Html Css Color HEX #CF3570 Cerise

📋 copy color: '#CF3570'

red 207 ◦ green 53 ◦ blue 112

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

Shades of Cerise #CF3570

Tints of Cerise #CF3570

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.25%

 BLUE value IS 112 (44.14% from 255) = 30.11%

R = 55.65%
G = 14.25%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF3570 (or 0xCF3570) is known color: Cerise. HEX triplet: CF, 35 and 70. RGB value is (207,53,112). Sum of RGB (Red+Green+Blue) = 207+53+112=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3570 is #30CA8F. Grayscale: #696969. Windows color (decimal): -3197584 or 7353807. OLE color: 7353807.

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

Color convert

RGB 207 53 112 -
CMYK 0 0.74 0.46 0.19
HSL 337.01º 0.62% 0.51% -
HSV(B) 337.01º 0.74% 0.81% -
XYZ 29.93 16.98 17.03 -
YUV 105.77 131.52 200.2 -
System Red Green Blue C M Y K H S L
Decimal 207 53 112 0 0.74 0.46 0.19 337.01 0.62 0.51
Hex CF 35 70 0 4A 2E 13 151 3E 33
Octal 317 65 160 0 112 56 23 521 76 63
Binary 11001111 110101 1110000 0 1001010 101110 10011 101010001 111110 110011

Color Harmonies of #CF3570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3570

Black with #CF3570

Text Example


Text Example

White with #CF3570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3570; }

 p { color: rgb(207,53,112); }

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

background-color css

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

 a { background-color: rgb(207,53,112); }

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

border-color css

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

 span { border-color: rgb(207,53,112); }

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