Html Css Color HEX #CF30AA Deep Cerise

📋 copy color: '#CF30AA'

red 207 ◦ green 48 ◦ blue 170

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

Shades of Deep Cerise #CF30AA

Tints of Deep Cerise #CF30AA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.29%

 BLUE value IS 170 (66.8% from 255) = 40%

R = 48.71%
G = 11.29%
B = 40%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CF30AA (or 0xCF30AA) is known color: Deep Cerise. HEX triplet: CF, 30 and AA. RGB value is (207,48,170). Sum of RGB (Red+Green+Blue) = 207+48+170=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF30AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF30AA is #30CF55. Grayscale: #6D6D6D. Windows color (decimal): -3198806 or 11153615. OLE color: 11153615.

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

Color convert

RGB 207 48 170 -
CMYK 0 0.77 0.18 0.19
HSL 313.96º 0.62% 0.5% -
HSV(B) 313.96º 0.77% 0.81% -
XYZ 34.04 18.28 39.76 -
YUV 109.45 162.18 197.58 -
System Red Green Blue C M Y K H S L
Decimal 207 48 170 0 0.77 0.18 0.19 313.96 0.62 0.5
Hex CF 30 AA 0 4D 12 13 13A 3E 32
Octal 317 60 252 0 115 22 23 472 76 62
Binary 11001111 110000 10101010 0 1001101 10010 10011 100111010 111110 110010

Color Harmonies of #CF30AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF30AA

Black with #CF30AA

Text Example


Text Example

White with #CF30AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF30AA; }

 p { color: rgb(207,48,170); }

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

background-color css

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

 a { background-color: rgb(207,48,170); }

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

border-color css

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

 span { border-color: rgb(207,48,170); }

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