Html Css Color HEX #CF31A7 Deep Cerise

📋 copy color: '#CF31A7'

red 207 ◦ green 49 ◦ blue 167

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

Shades of Deep Cerise #CF31A7

Tints of Deep Cerise #CF31A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.48%

R = 48.94%
G = 11.58%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CF31A7 (or 0xCF31A7) is known color: Deep Cerise. HEX triplet: CF, 31 and A7. RGB value is (207,49,167). Sum of RGB (Red+Green+Blue) = 207+49+167=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 167 (65.62% from 255 or 39.48% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF31A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF31A7 is #30CE58. Grayscale: #6D6D6D. Windows color (decimal): -3198553 or 10957263. OLE color: 10957263.

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

Color convert

RGB 207 49 167 -
CMYK 0 0.76 0.19 0.19
HSL 315.19º 0.62% 0.5% -
HSV(B) 315.19º 0.76% 0.81% -
XYZ 33.81 18.25 38.3 -
YUV 109.69 160.35 197.41 -
System Red Green Blue C M Y K H S L
Decimal 207 49 167 0 0.76 0.19 0.19 315.19 0.62 0.5
Hex CF 31 A7 0 4C 13 13 13B 3E 32
Octal 317 61 247 0 114 23 23 473 76 62
Binary 11001111 110001 10100111 0 1001100 10011 10011 100111011 111110 110010

Color Harmonies of #CF31A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF31A7

Black with #CF31A7

Text Example


Text Example

White with #CF31A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF31A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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