Html Css Color HEX #CF2F8A Deep Cerise

📋 copy color: '#CF2F8A'

red 207 ◦ green 47 ◦ blue 138

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

Shades of Deep Cerise #CF2F8A

Tints of Deep Cerise #CF2F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.2%

R = 52.81%
G = 11.99%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF2F8A (or 0xCF2F8A) is known color: Deep Cerise. HEX triplet: CF, 2F and 8A. RGB value is (207,47,138). Sum of RGB (Red+Green+Blue) = 207+47+138=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2F8A is #30D075. Grayscale: #696969. Windows color (decimal): -3199094 or 9056207. OLE color: 9056207.

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

Color convert

RGB 207 47 138 -
CMYK 0 0.77 0.33 0.19
HSL 325.88º 0.63% 0.5% -
HSV(B) 325.88º 0.77% 0.81% -
XYZ 31.34 17.13 25.7 -
YUV 105.21 146.51 200.6 -
System Red Green Blue C M Y K H S L
Decimal 207 47 138 0 0.77 0.33 0.19 325.88 0.63 0.5
Hex CF 2F 8A 0 4D 21 13 146 3F 32
Octal 317 57 212 0 115 41 23 506 77 62
Binary 11001111 101111 10001010 0 1001101 100001 10011 101000110 111111 110010

Color Harmonies of #CF2F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2F8A

Black with #CF2F8A

Text Example


Text Example

White with #CF2F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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