Html Css Color HEX #CF2F8F Deep Cerise

📋 copy color: '#CF2F8F'

red 207 ◦ green 47 ◦ blue 143

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

Shades of Deep Cerise #CF2F8F

Tints of Deep Cerise #CF2F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.02%

R = 52.14%
G = 11.84%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF2F8F (or 0xCF2F8F) is known color: Deep Cerise. HEX triplet: CF, 2F and 8F. RGB value is (207,47,143). Sum of RGB (Red+Green+Blue) = 207+47+143=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2F8F is #30D070. Grayscale: #696969. Windows color (decimal): -3199089 or 9383887. OLE color: 9383887.

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

Color convert

RGB 207 47 143 -
CMYK 0 0.77 0.31 0.19
HSL 324º 0.63% 0.5% -
HSV(B) 324º 0.77% 0.81% -
XYZ 31.71 17.28 27.65 -
YUV 105.78 149.01 200.19 -
System Red Green Blue C M Y K H S L
Decimal 207 47 143 0 0.77 0.31 0.19 324 0.63 0.5
Hex CF 2F 8F 0 4D 1F 13 144 3F 32
Octal 317 57 217 0 115 37 23 504 77 62
Binary 11001111 101111 10001111 0 1001101 11111 10011 101000100 111111 110010

Color Harmonies of #CF2F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2F8F

Black with #CF2F8F

Text Example


Text Example

White with #CF2F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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