Html Css Color HEX #CF2D7F Deep Cerise

📋 copy color: '#CF2D7F'

red 207 ◦ green 45 ◦ blue 127

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

Shades of Deep Cerise #CF2D7F

Tints of Deep Cerise #CF2D7F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.87%

 BLUE value IS 127 (50% from 255) = 33.51%

R = 54.62%
G = 11.87%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF2D7F (or 0xCF2D7F) is known color: Deep Cerise. HEX triplet: CF, 2D and 7F. RGB value is (207,45,127). Sum of RGB (Red+Green+Blue) = 207+45+127=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2D7F is #30D280. Grayscale: #666666. Windows color (decimal): -3199617 or 8334799. OLE color: 8334799.

HSL color Cylindrical-coordinate representation of color #CF2D7F: hue angle of 329.63º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2D7F is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 45 127 -
CMYK 0 0.78 0.39 0.19
HSL 329.63º 0.64% 0.49% -
HSV(B) 329.63º 0.78% 0.81% -
XYZ 30.5 16.67 21.69 -
YUV 102.79 141.67 202.33 -
System Red Green Blue C M Y K H S L
Decimal 207 45 127 0 0.78 0.39 0.19 329.63 0.64 0.49
Hex CF 2D 7F 0 4E 27 13 14A 40 31
Octal 317 55 177 0 116 47 23 512 100 61
Binary 11001111 101101 1111111 0 1001110 100111 10011 101001010 1000000 110001

Color Harmonies of #CF2D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2D7F

Black with #CF2D7F

Text Example


Text Example

White with #CF2D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2D7F; }

 p { color: rgb(207,45,127); }

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

background-color css

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

 a { background-color: rgb(207,45,127); }

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

border-color css

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

 span { border-color: rgb(207,45,127); }

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