Html Css Color HEX #CF31AB Deep Cerise

📋 copy color: '#CF31AB'

red 207 ◦ green 49 ◦ blue 171

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

Shades of Deep Cerise #CF31AB

Tints of Deep Cerise #CF31AB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.48%

 BLUE value IS 171 (67.19% from 255) = 40.05%

R = 48.48%
G = 11.48%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CF31AB (or 0xCF31AB) is known color: Deep Cerise. HEX triplet: CF, 31 and AB. RGB value is (207,49,171). Sum of RGB (Red+Green+Blue) = 207+49+171=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF31AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF31AB is #30CE54. Grayscale: #6D6D6D. Windows color (decimal): -3198549 or 11219407. OLE color: 11219407.

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

Color convert

RGB 207 49 171 -
CMYK 0 0.76 0.17 0.19
HSL 313.67º 0.62% 0.5% -
HSV(B) 313.67º 0.76% 0.81% -
XYZ 34.18 18.4 40.28 -
YUV 110.15 162.35 197.08 -
System Red Green Blue C M Y K H S L
Decimal 207 49 171 0 0.76 0.17 0.19 313.67 0.62 0.5
Hex CF 31 AB 0 4C 11 13 13A 3E 32
Octal 317 61 253 0 114 21 23 472 76 62
Binary 11001111 110001 10101011 0 1001100 10001 10011 100111010 111110 110010

Color Harmonies of #CF31AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF31AB

Black with #CF31AB

Text Example


Text Example

White with #CF31AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF31AB; }

 p { color: rgb(207,49,171); }

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

background-color css

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

 a { background-color: rgb(207,49,171); }

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

border-color css

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

 span { border-color: rgb(207,49,171); }

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