Html Css Color HEX #CF3275 Deep Cerise

📋 copy color: '#CF3275'

red 207 ◦ green 50 ◦ blue 117

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

Shades of Deep Cerise #CF3275

Tints of Deep Cerise #CF3275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.37%

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

R = 55.35%
G = 13.37%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF3275 (or 0xCF3275) is known color: Deep Cerise. HEX triplet: CF, 32 and 75. RGB value is (207,50,117). Sum of RGB (Red+Green+Blue) = 207+50+117=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3275 is #30CD8A. Grayscale: #686868. Windows color (decimal): -3198347 or 7680719. OLE color: 7680719.

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

Color convert

RGB 207 50 117 -
CMYK 0 0.76 0.43 0.19
HSL 334.39º 0.62% 0.5% -
HSV(B) 334.39º 0.76% 0.81% -
XYZ 30.08 16.83 18.49 -
YUV 104.58 135.01 201.05 -
System Red Green Blue C M Y K H S L
Decimal 207 50 117 0 0.76 0.43 0.19 334.39 0.62 0.5
Hex CF 32 75 0 4C 2B 13 14E 3E 32
Octal 317 62 165 0 114 53 23 516 76 62
Binary 11001111 110010 1110101 0 1001100 101011 10011 101001110 111110 110010

Color Harmonies of #CF3275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3275

Black with #CF3275

Text Example


Text Example

White with #CF3275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3275; }

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

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

background-color css

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

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

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

border-color css

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

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

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