Html Css Color HEX #CF35AA Deep Cerise

📋 copy color: '#CF35AA'

red 207 ◦ green 53 ◦ blue 170

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

Shades of Deep Cerise #CF35AA

Tints of Deep Cerise #CF35AA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.33%

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

R = 48.14%
G = 12.33%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CF35AA (or 0xCF35AA) is known color: Deep Cerise. HEX triplet: CF, 35 and AA. RGB value is (207,53,170). Sum of RGB (Red+Green+Blue) = 207+53+170=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 53 (21.09% from 255 or 12.33% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF35AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF35AA is #30CA55. Grayscale: #707070. Windows color (decimal): -3197526 or 11154895. OLE color: 11154895.

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

Color convert

RGB 207 53 170 -
CMYK 0 0.74 0.18 0.19
HSL 314.42º 0.62% 0.51% -
HSV(B) 314.42º 0.74% 0.81% -
XYZ 34.26 18.71 39.84 -
YUV 112.38 160.52 195.49 -
System Red Green Blue C M Y K H S L
Decimal 207 53 170 0 0.74 0.18 0.19 314.42 0.62 0.51
Hex CF 35 AA 0 4A 12 13 13A 3E 33
Octal 317 65 252 0 112 22 23 472 76 63
Binary 11001111 110101 10101010 0 1001010 10010 10011 100111010 111110 110011

Color Harmonies of #CF35AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF35AA

Black with #CF35AA

Text Example


Text Example

White with #CF35AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF35AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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