Html Css Color HEX #CF3875 Deep Cerise

📋 copy color: '#CF3875'

red 207 ◦ green 56 ◦ blue 117

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

Shades of Deep Cerise #CF3875

Tints of Deep Cerise #CF3875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.74%

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

R = 54.47%
G = 14.74%
B = 30.79%

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

#CF3875 (or 0xCF3875) is known color: Deep Cerise. HEX triplet: CF, 38 and 75. RGB value is (207,56,117). Sum of RGB (Red+Green+Blue) = 207+56+117=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3875 is #30C78A. Grayscale: #6C6C6C. Windows color (decimal): -3196811 or 7682255. OLE color: 7682255.

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

Color convert

RGB 207 56 117 -
CMYK 0 0.73 0.43 0.19
HSL 335.76º 0.61% 0.52% -
HSV(B) 335.76º 0.73% 0.81% -
XYZ 30.36 17.38 18.58 -
YUV 108.1 133.03 198.54 -
System Red Green Blue C M Y K H S L
Decimal 207 56 117 0 0.73 0.43 0.19 335.76 0.61 0.52
Hex CF 38 75 0 49 2B 13 150 3D 34
Octal 317 70 165 0 111 53 23 520 75 64
Binary 11001111 111000 1110101 0 1001001 101011 10011 101010000 111101 110100

Color Harmonies of #CF3875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3875

Black with #CF3875

Text Example


Text Example

White with #CF3875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3875; }

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

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

background-color css

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

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

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

border-color css

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

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

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