Html Css Color HEX #CF377C Deep Cerise

📋 copy color: '#CF377C'

red 207 ◦ green 55 ◦ blue 124

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

Shades of Deep Cerise #CF377C

Tints of Deep Cerise #CF377C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.12%

R = 53.63%
G = 14.25%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF377C (or 0xCF377C) is known color: Deep Cerise. HEX triplet: CF, 37 and 7C. RGB value is (207,55,124). Sum of RGB (Red+Green+Blue) = 207+55+124=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF377C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF377C is #30C883. Grayscale: #6C6C6C. Windows color (decimal): -3197060 or 8140751. OLE color: 8140751.

HSL color Cylindrical-coordinate representation of color #CF377C: hue angle of 332.76º 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 #CF377C is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 55 124 -
CMYK 0 0.73 0.40 0.19
HSL 332.76º 0.61% 0.51% -
HSV(B) 332.76º 0.73% 0.81% -
XYZ 30.74 17.45 20.82 -
YUV 108.31 136.86 198.39 -
System Red Green Blue C M Y K H S L
Decimal 207 55 124 0 0.73 0.40 0.19 332.76 0.61 0.51
Hex CF 37 7C 0 49 28 13 14D 3D 33
Octal 317 67 174 0 111 50 23 515 75 63
Binary 11001111 110111 1111100 0 1001001 101000 10011 101001101 111101 110011

Color Harmonies of #CF377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF377C

Black with #CF377C

Text Example


Text Example

White with #CF377C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF377C; }

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

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

background-color css

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

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

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

border-color css

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

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

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