Html Css Color HEX #CF2F8B Deep Cerise

📋 copy color: '#CF2F8B'

red 207 ◦ green 47 ◦ blue 139

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

Shades of Deep Cerise #CF2F8B

Tints of Deep Cerise #CF2F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.37%

R = 52.67%
G = 11.96%
B = 35.37%

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

#CF2F8B (or 0xCF2F8B) is known color: Deep Cerise. HEX triplet: CF, 2F and 8B. RGB value is (207,47,139). Sum of RGB (Red+Green+Blue) = 207+47+139=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2F8B is #30D074. Grayscale: #696969. Windows color (decimal): -3199093 or 9121743. OLE color: 9121743.

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

Color convert

RGB 207 47 139 -
CMYK 0 0.77 0.33 0.19
HSL 325.5º 0.63% 0.5% -
HSV(B) 325.5º 0.77% 0.81% -
XYZ 31.41 17.16 26.08 -
YUV 105.33 147.01 200.52 -
System Red Green Blue C M Y K H S L
Decimal 207 47 139 0 0.77 0.33 0.19 325.5 0.63 0.5
Hex CF 2F 8B 0 4D 21 13 146 3F 32
Octal 317 57 213 0 115 41 23 506 77 62
Binary 11001111 101111 10001011 0 1001101 100001 10011 101000110 111111 110010

Color Harmonies of #CF2F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2F8B

Black with #CF2F8B

Text Example


Text Example

White with #CF2F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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