Html Css Color HEX #CF377B Deep Cerise

📋 copy color: '#CF377B'

red 207 ◦ green 55 ◦ blue 123

#CF377B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #CF377B

Tints of Deep Cerise #CF377B

RGB

 RED value IS 207 (81.25% from 255) = 53.77%

 GREEN value IS 55 (21.88% from 255) = 14.29%

 BLUE value IS 123 (48.44% from 255) = 31.95%

R = 53.77%
G = 14.29%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF377B (or 0xCF377B) is known color: Deep Cerise. HEX triplet: CF, 37 and 7B. RGB value is (207,55,123). Sum of RGB (Red+Green+Blue) = 207+55+123=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF377B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF377B is #30C884. Grayscale: #6C6C6C. Windows color (decimal): -3197061 or 8075215. OLE color: 8075215.

HSL color Cylindrical-coordinate representation of color #CF377B: hue angle of 333.16º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF377B is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 55 123 -
CMYK 0 0.73 0.41 0.19
HSL 333.16º 0.61% 0.51% -
HSV(B) 333.16º 0.73% 0.81% -
XYZ 30.67 17.43 20.49 -
YUV 108.2 136.36 198.47 -
System Red Green Blue C M Y K H S L
Decimal 207 55 123 0 0.73 0.41 0.19 333.16 0.61 0.51
Hex CF 37 7B 0 49 29 13 14D 3D 33
Octal 317 67 173 0 111 51 23 515 75 63
Binary 11001111 110111 1111011 0 1001001 101001 10011 101001101 111101 110011

Color Harmonies of #CF377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF377B

Black with #CF377B

Text Example


Text Example

White with #CF377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF377B; }

 p { color: rgb(207,55,123); }

 H1.HeaderClassName
 {
   color: #CF377B;
 }
 .AnyTagClassName
 {
   color: #CF377B;
 }
</style>

background-color css

<style>
 a { background-color: #CF377B; }

 a { background-color: rgb(207,55,123); }

 div.DivClassName
 {
   background-color: #CF377B;
 }
 .BgClassName
 {
   background-color: #CF377B;
 }
</style>

border-color css

<style>
 span { border-color: #CF377B; }

 span { border-color: rgb(207,55,123); }

 td.TdClassName
 {
   border-color: #CF377B;
 }
 .TagClassName
 {
   border-color: #CF377B;
 }
</style>