Html Css Color HEX #CF2D7A Deep Cerise

📋 copy color: '#CF2D7A'

red 207 ◦ green 45 ◦ blue 122

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

Shades of Deep Cerise #CF2D7A

Tints of Deep Cerise #CF2D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.62%

R = 55.35%
G = 12.03%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF2D7A (or 0xCF2D7A) is known color: Deep Cerise. HEX triplet: CF, 2D and 7A. RGB value is (207,45,122). Sum of RGB (Red+Green+Blue) = 207+45+122=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2D7A is #30D285. Grayscale: #666666. Windows color (decimal): -3199622 or 8007119. OLE color: 8007119.

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

Color convert

RGB 207 45 122 -
CMYK 0 0.78 0.41 0.19
HSL 331.48º 0.64% 0.49% -
HSV(B) 331.48º 0.78% 0.81% -
XYZ 30.18 16.55 20.02 -
YUV 102.22 139.17 202.74 -
System Red Green Blue C M Y K H S L
Decimal 207 45 122 0 0.78 0.41 0.19 331.48 0.64 0.49
Hex CF 2D 7A 0 4E 29 13 14B 40 31
Octal 317 55 172 0 116 51 23 513 100 61
Binary 11001111 101101 1111010 0 1001110 101001 10011 101001011 1000000 110001

Color Harmonies of #CF2D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2D7A

Black with #CF2D7A

Text Example


Text Example

White with #CF2D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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