Html Css Color HEX #CF2D94 Deep Cerise

📋 copy color: '#CF2D94'

red 207 ◦ green 45 ◦ blue 148

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

Shades of Deep Cerise #CF2D94

Tints of Deep Cerise #CF2D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37%

R = 51.75%
G = 11.25%
B = 37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF2D94 (or 0xCF2D94) is known color: Deep Cerise. HEX triplet: CF, 2D and 94. RGB value is (207,45,148). Sum of RGB (Red+Green+Blue) = 207+45+148=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2D94 is #30D26B. Grayscale: #686868. Windows color (decimal): -3199596 or 9711055. OLE color: 9711055.

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

Color convert

RGB 207 45 148 -
CMYK 0 0.78 0.29 0.19
HSL 321.85º 0.64% 0.49% -
HSV(B) 321.85º 0.78% 0.81% -
XYZ 32.02 17.28 29.66 -
YUV 105.18 152.17 200.62 -
System Red Green Blue C M Y K H S L
Decimal 207 45 148 0 0.78 0.29 0.19 321.85 0.64 0.49
Hex CF 2D 94 0 4E 1D 13 142 40 31
Octal 317 55 224 0 116 35 23 502 100 61
Binary 11001111 101101 10010100 0 1001110 11101 10011 101000010 1000000 110001

Color Harmonies of #CF2D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2D94

Black with #CF2D94

Text Example


Text Example

White with #CF2D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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