Html Css Color HEX #CF33AA Deep Cerise

📋 copy color: '#CF33AA'

red 207 ◦ green 51 ◦ blue 170

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

Shades of Deep Cerise #CF33AA

Tints of Deep Cerise #CF33AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.92%

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

R = 48.36%
G = 11.92%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CF33AA (or 0xCF33AA) is known color: Deep Cerise. HEX triplet: CF, 33 and AA. RGB value is (207,51,170). Sum of RGB (Red+Green+Blue) = 207+51+170=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF33AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF33AA is #30CC55. Grayscale: #6E6E6E. Windows color (decimal): -3198038 or 11154383. OLE color: 11154383.

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

Color convert

RGB 207 51 170 -
CMYK 0 0.75 0.18 0.19
HSL 314.23º 0.62% 0.51% -
HSV(B) 314.23º 0.75% 0.81% -
XYZ 34.17 18.54 39.81 -
YUV 111.21 161.18 196.32 -
System Red Green Blue C M Y K H S L
Decimal 207 51 170 0 0.75 0.18 0.19 314.23 0.62 0.51
Hex CF 33 AA 0 4B 12 13 13A 3E 33
Octal 317 63 252 0 113 22 23 472 76 63
Binary 11001111 110011 10101010 0 1001011 10010 10011 100111010 111110 110011

Color Harmonies of #CF33AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF33AA

Black with #CF33AA

Text Example


Text Example

White with #CF33AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF33AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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