Html Css Color HEX #CF2571 Cerise

📋 copy color: '#CF2571'

red 207 ◦ green 37 ◦ blue 113

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

Shades of Cerise #CF2571

Tints of Cerise #CF2571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.36%

 BLUE value IS 113 (44.53% from 255) = 31.65%

R = 57.98%
G = 10.36%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF2571 (or 0xCF2571) is known color: Cerise. HEX triplet: CF, 25 and 71. RGB value is (207,37,113). Sum of RGB (Red+Green+Blue) = 207+37+113=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2571 is #30DA8E. Grayscale: #606060. Windows color (decimal): -3201679 or 7415247. OLE color: 7415247.

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

Color convert

RGB 207 37 113 -
CMYK 0 0.82 0.45 0.19
HSL 333.18º 0.7% 0.48% -
HSV(B) 333.18º 0.82% 0.81% -
XYZ 29.37 15.78 17.12 -
YUV 96.49 137.32 206.82 -
System Red Green Blue C M Y K H S L
Decimal 207 37 113 0 0.82 0.45 0.19 333.18 0.7 0.48
Hex CF 25 71 0 52 2D 13 14D 46 30
Octal 317 45 161 0 122 55 23 515 106 60
Binary 11001111 100101 1110001 0 1010010 101101 10011 101001101 1000110 110000

Color Harmonies of #CF2571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2571

Black with #CF2571

Text Example


Text Example

White with #CF2571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2571; }

 p { color: rgb(207,37,113); }

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

background-color css

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

 a { background-color: rgb(207,37,113); }

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

border-color css

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

 span { border-color: rgb(207,37,113); }

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