Html Css Color HEX #CF3472 Cerise

📋 copy color: '#CF3472'

red 207 ◦ green 52 ◦ blue 114

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

Shades of Cerise #CF3472

Tints of Cerise #CF3472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.94%

 BLUE value IS 114 (44.92% from 255) = 30.56%

R = 55.5%
G = 13.94%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF3472 (or 0xCF3472) is known color: Cerise. HEX triplet: CF, 34 and 72. RGB value is (207,52,114). Sum of RGB (Red+Green+Blue) = 207+52+114=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3472 is #30CB8D. Grayscale: #696969. Windows color (decimal): -3197838 or 7484623. OLE color: 7484623.

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

Color convert

RGB 207 52 114 -
CMYK 0 0.75 0.45 0.19
HSL 336º 0.62% 0.51% -
HSV(B) 336º 0.75% 0.81% -
XYZ 30 16.94 17.61 -
YUV 105.41 132.85 200.46 -
System Red Green Blue C M Y K H S L
Decimal 207 52 114 0 0.75 0.45 0.19 336 0.62 0.51
Hex CF 34 72 0 4B 2D 13 150 3E 33
Octal 317 64 162 0 113 55 23 520 76 63
Binary 11001111 110100 1110010 0 1001011 101101 10011 101010000 111110 110011

Color Harmonies of #CF3472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3472

Black with #CF3472

Text Example


Text Example

White with #CF3472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3472; }

 p { color: rgb(207,52,114); }

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

background-color css

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

 a { background-color: rgb(207,52,114); }

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

border-color css

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

 span { border-color: rgb(207,52,114); }

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