Html Css Color HEX #CC3278 Deep Cerise

📋 copy color: '#CC3278'

red 204 ◦ green 50 ◦ blue 120

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

Shades of Deep Cerise #CC3278

Tints of Deep Cerise #CC3278

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.37%

 BLUE value IS 120 (47.27% from 255) = 32.09%

R = 54.55%
G = 13.37%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC3278 (or 0xCC3278) is known color: Deep Cerise. HEX triplet: CC, 32 and 78. RGB value is (204,50,120). Sum of RGB (Red+Green+Blue) = 204+50+120=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3278 is #33CD87. Grayscale: #676767. Windows color (decimal): -3394952 or 7877324. OLE color: 7877324.

HSL color Cylindrical-coordinate representation of color #CC3278: hue angle of 332.73º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3278 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 50 120 -
CMYK 0 0.75 0.41 0.2
HSL 332.73º 0.61% 0.5% -
HSV(B) 332.73º 0.75% 0.8% -
XYZ 29.43 16.47 19.4 -
YUV 104.03 137.02 199.31 -
System Red Green Blue C M Y K H S L
Decimal 204 50 120 0 0.75 0.41 0.2 332.73 0.61 0.5
Hex CC 32 78 0 4B 29 14 14D 3D 32
Octal 314 62 170 0 113 51 24 515 75 62
Binary 11001100 110010 1111000 0 1001011 101001 10100 101001101 111101 110010

Color Harmonies of #CC3278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3278

Black with #CC3278

Text Example


Text Example

White with #CC3278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3278; }

 p { color: rgb(204,50,120); }

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

background-color css

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

 a { background-color: rgb(204,50,120); }

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

border-color css

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

 span { border-color: rgb(204,50,120); }

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