Html Css Color HEX #CC3281 Deep Cerise

📋 copy color: '#CC3281'

red 204 ◦ green 50 ◦ blue 129

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

Shades of Deep Cerise #CC3281

Tints of Deep Cerise #CC3281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.68%

R = 53.26%
G = 13.05%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC3281 (or 0xCC3281) is known color: Deep Cerise. HEX triplet: CC, 32 and 81. RGB value is (204,50,129). Sum of RGB (Red+Green+Blue) = 204+50+129=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3281 is #33CD7E. Grayscale: #686868. Windows color (decimal): -3394943 or 8467148. OLE color: 8467148.

HSL color Cylindrical-coordinate representation of color #CC3281: hue angle of 329.22º 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 #CC3281 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 50 129 -
CMYK 0 0.75 0.37 0.2
HSL 329.22º 0.61% 0.5% -
HSV(B) 329.22º 0.75% 0.8% -
XYZ 30 16.7 22.41 -
YUV 105.05 141.52 198.58 -
System Red Green Blue C M Y K H S L
Decimal 204 50 129 0 0.75 0.37 0.2 329.22 0.61 0.5
Hex CC 32 81 0 4B 25 14 149 3D 32
Octal 314 62 201 0 113 45 24 511 75 62
Binary 11001100 110010 10000001 0 1001011 100101 10100 101001001 111101 110010

Color Harmonies of #CC3281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3281

Black with #CC3281

Text Example


Text Example

White with #CC3281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3281; }

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

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

background-color css

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

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

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

border-color css

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

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

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