Html Css Color HEX #CF2570 Cerise

📋 copy color: '#CF2570'

red 207 ◦ green 37 ◦ blue 112

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

Shades of Cerise #CF2570

Tints of Cerise #CF2570

RGB

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

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

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

R = 58.15%
G = 10.39%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF2570 (or 0xCF2570) is known color: Cerise. HEX triplet: CF, 25 and 70. RGB value is (207,37,112). Sum of RGB (Red+Green+Blue) = 207+37+112=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2570 is #30DA8F. Grayscale: #606060. Windows color (decimal): -3201680 or 7349711. OLE color: 7349711.

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

Color convert

RGB 207 37 112 -
CMYK 0 0.82 0.46 0.19
HSL 333.53º 0.7% 0.48% -
HSV(B) 333.53º 0.82% 0.81% -
XYZ 29.32 15.76 16.83 -
YUV 96.38 136.82 206.9 -
System Red Green Blue C M Y K H S L
Decimal 207 37 112 0 0.82 0.46 0.19 333.53 0.7 0.48
Hex CF 25 70 0 52 2E 13 14E 46 30
Octal 317 45 160 0 122 56 23 516 106 60
Binary 11001111 100101 1110000 0 1010010 101110 10011 101001110 1000110 110000

Color Harmonies of #CF2570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2570

Black with #CF2570

Text Example


Text Example

White with #CF2570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2570; }

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

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

background-color css

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

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

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

border-color css

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

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

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