Html Css Color HEX #CF3274 Deep Cerise

📋 copy color: '#CF3274'

red 207 ◦ green 50 ◦ blue 116

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

Shades of Deep Cerise #CF3274

Tints of Deep Cerise #CF3274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.1%

R = 55.5%
G = 13.4%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF3274 (or 0xCF3274) is known color: Deep Cerise. HEX triplet: CF, 32 and 74. RGB value is (207,50,116). Sum of RGB (Red+Green+Blue) = 207+50+116=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3274 is #30CD8B. Grayscale: #686868. Windows color (decimal): -3198348 or 7615183. OLE color: 7615183.

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

Color convert

RGB 207 50 116 -
CMYK 0 0.76 0.44 0.19
HSL 334.78º 0.62% 0.5% -
HSV(B) 334.78º 0.76% 0.81% -
XYZ 30.03 16.81 18.18 -
YUV 104.47 134.51 201.13 -
System Red Green Blue C M Y K H S L
Decimal 207 50 116 0 0.76 0.44 0.19 334.78 0.62 0.5
Hex CF 32 74 0 4C 2C 13 14F 3E 32
Octal 317 62 164 0 114 54 23 517 76 62
Binary 11001111 110010 1110100 0 1001100 101100 10011 101001111 111110 110010

Color Harmonies of #CF3274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3274

Black with #CF3274

Text Example


Text Example

White with #CF3274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3274; }

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

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

background-color css

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

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

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

border-color css

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

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

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