Html Css Color HEX #CF31A6 Deep Cerise

📋 copy color: '#CF31A6'

red 207 ◦ green 49 ◦ blue 166

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

Shades of Deep Cerise #CF31A6

Tints of Deep Cerise #CF31A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.34%

R = 49.05%
G = 11.61%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CF31A6 (or 0xCF31A6) is known color: Deep Cerise. HEX triplet: CF, 31 and A6. RGB value is (207,49,166). Sum of RGB (Red+Green+Blue) = 207+49+166=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF31A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF31A6 is #30CE59. Grayscale: #6D6D6D. Windows color (decimal): -3198554 or 10891727. OLE color: 10891727.

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

Color convert

RGB 207 49 166 -
CMYK 0 0.76 0.20 0.19
HSL 315.57º 0.62% 0.5% -
HSV(B) 315.57º 0.76% 0.81% -
XYZ 33.71 18.22 37.82 -
YUV 109.58 159.85 197.49 -
System Red Green Blue C M Y K H S L
Decimal 207 49 166 0 0.76 0.20 0.19 315.57 0.62 0.5
Hex CF 31 A6 0 4C 14 13 13C 3E 32
Octal 317 61 246 0 114 24 23 474 76 62
Binary 11001111 110001 10100110 0 1001100 10100 10011 100111100 111110 110010

Color Harmonies of #CF31A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF31A6

Black with #CF31A6

Text Example


Text Example

White with #CF31A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF31A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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