Html Css Color HEX #CF3775 Deep Cerise

📋 copy color: '#CF3775'

red 207 ◦ green 55 ◦ blue 117

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

Shades of Deep Cerise #CF3775

Tints of Deep Cerise #CF3775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.87%

R = 54.62%
G = 14.51%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF3775 (or 0xCF3775) is known color: Deep Cerise. HEX triplet: CF, 37 and 75. RGB value is (207,55,117). Sum of RGB (Red+Green+Blue) = 207+55+117=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3775 is #30C88A. Grayscale: #6B6B6B. Windows color (decimal): -3197067 or 7681999. OLE color: 7681999.

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

Color convert

RGB 207 55 117 -
CMYK 0 0.73 0.43 0.19
HSL 335.53º 0.61% 0.51% -
HSV(B) 335.53º 0.73% 0.81% -
XYZ 30.31 17.28 18.57 -
YUV 107.52 133.36 198.96 -
System Red Green Blue C M Y K H S L
Decimal 207 55 117 0 0.73 0.43 0.19 335.53 0.61 0.51
Hex CF 37 75 0 49 2B 13 150 3D 33
Octal 317 67 165 0 111 53 23 520 75 63
Binary 11001111 110111 1110101 0 1001001 101011 10011 101010000 111101 110011

Color Harmonies of #CF3775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3775

Black with #CF3775

Text Example


Text Example

White with #CF3775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3775; }

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

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

background-color css

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

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

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

border-color css

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

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

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