Html Css Color HEX #CF2F8D Deep Cerise

📋 copy color: '#CF2F8D'

red 207 ◦ green 47 ◦ blue 141

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

Shades of Deep Cerise #CF2F8D

Tints of Deep Cerise #CF2F8D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.9%

 BLUE value IS 141 (55.47% from 255) = 35.7%

R = 52.41%
G = 11.9%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF2F8D (or 0xCF2F8D) is known color: Deep Cerise. HEX triplet: CF, 2F and 8D. RGB value is (207,47,141). Sum of RGB (Red+Green+Blue) = 207+47+141=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 47 (18.75% from 255 or 11.90% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2F8D is #30D072. Grayscale: #696969. Windows color (decimal): -3199091 or 9252815. OLE color: 9252815.

HSL color Cylindrical-coordinate representation of color #CF2F8D: hue angle of 324.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF2F8D is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 47 141 -
CMYK 0 0.77 0.32 0.19
HSL 324.75º 0.63% 0.5% -
HSV(B) 324.75º 0.77% 0.81% -
XYZ 31.56 17.22 26.86 -
YUV 105.56 148.01 200.36 -
System Red Green Blue C M Y K H S L
Decimal 207 47 141 0 0.77 0.32 0.19 324.75 0.63 0.5
Hex CF 2F 8D 0 4D 20 13 145 3F 32
Octal 317 57 215 0 115 40 23 505 77 62
Binary 11001111 101111 10001101 0 1001101 100000 10011 101000101 111111 110010

Color Harmonies of #CF2F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2F8D

Black with #CF2F8D

Text Example


Text Example

White with #CF2F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2F8D; }

 p { color: rgb(207,47,141); }

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

background-color css

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

 a { background-color: rgb(207,47,141); }

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

border-color css

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

 span { border-color: rgb(207,47,141); }

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