Html Css Color HEX #CF2575 Deep Cerise

📋 copy color: '#CF2575'

red 207 ◦ green 37 ◦ blue 117

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

Shades of Deep Cerise #CF2575

Tints of Deep Cerise #CF2575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.41%

R = 57.34%
G = 10.25%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF2575 (or 0xCF2575) is known color: Deep Cerise. HEX triplet: CF, 25 and 75. RGB value is (207,37,117). Sum of RGB (Red+Green+Blue) = 207+37+117=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2575 is #30DA8A. Grayscale: #606060. Windows color (decimal): -3201675 or 7677391. OLE color: 7677391.

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

Color convert

RGB 207 37 117 -
CMYK 0 0.82 0.43 0.19
HSL 331.76º 0.7% 0.48% -
HSV(B) 331.76º 0.82% 0.81% -
XYZ 29.6 15.87 18.33 -
YUV 96.95 139.32 206.5 -
System Red Green Blue C M Y K H S L
Decimal 207 37 117 0 0.82 0.43 0.19 331.76 0.7 0.48
Hex CF 25 75 0 52 2B 13 14C 46 30
Octal 317 45 165 0 122 53 23 514 106 60
Binary 11001111 100101 1110101 0 1010010 101011 10011 101001100 1000110 110000

Color Harmonies of #CF2575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2575

Black with #CF2575

Text Example


Text Example

White with #CF2575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2575; }

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

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

background-color css

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

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

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

border-color css

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

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

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