Html Css Color HEX #CC369A Deep Cerise

📋 copy color: '#CC369A'

red 204 ◦ green 54 ◦ blue 154

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

Shades of Deep Cerise #CC369A

Tints of Deep Cerise #CC369A

RGB

 RED value IS 204 (80.08% from 255) = 49.51%

 GREEN value IS 54 (21.48% from 255) = 13.11%

 BLUE value IS 154 (60.55% from 255) = 37.38%

R = 49.51%
G = 13.11%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC369A (or 0xCC369A) is known color: Deep Cerise. HEX triplet: CC, 36 and 9A. RGB value is (204,54,154). Sum of RGB (Red+Green+Blue) = 204+54+154=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC369A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC369A is #33C965. Grayscale: #6E6E6E. Windows color (decimal): -3393894 or 10106572. OLE color: 10106572.

HSL color Cylindrical-coordinate representation of color #CC369A: hue angle of 320º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC369A is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 54 154 -
CMYK 0 0.74 0.25 0.2
HSL 320º 0.6% 0.51% -
HSV(B) 320º 0.74% 0.8% -
XYZ 32.05 17.81 32.32 -
YUV 110.25 152.7 194.87 -
System Red Green Blue C M Y K H S L
Decimal 204 54 154 0 0.74 0.25 0.2 320 0.6 0.51
Hex CC 36 9A 0 4A 19 14 140 3C 33
Octal 314 66 232 0 112 31 24 500 74 63
Binary 11001100 110110 10011010 0 1001010 11001 10100 101000000 111100 110011

Color Harmonies of #CC369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC369A

Black with #CC369A

Text Example


Text Example

White with #CC369A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC369A; }

 p { color: rgb(204,54,154); }

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

background-color css

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

 a { background-color: rgb(204,54,154); }

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

border-color css

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

 span { border-color: rgb(204,54,154); }

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