Html Css Color HEX #CC3265 Cerise

📋 copy color: '#CC3265'

red 204 ◦ green 50 ◦ blue 101

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

Shades of Cerise #CC3265

Tints of Cerise #CC3265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.45%

R = 57.46%
G = 14.08%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC3265 (or 0xCC3265) is known color: Cerise. HEX triplet: CC, 32 and 65. RGB value is (204,50,101). Sum of RGB (Red+Green+Blue) = 204+50+101=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3265 is #33CD9A. Grayscale: #656565. Windows color (decimal): -3394971 or 6632140. OLE color: 6632140.

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

Color convert

RGB 204 50 101 -
CMYK 0 0.75 0.50 0.2
HSL 340.13º 0.61% 0.5% -
HSV(B) 340.13º 0.75% 0.8% -
XYZ 28.39 16.06 13.92 -
YUV 101.86 127.52 200.85 -
System Red Green Blue C M Y K H S L
Decimal 204 50 101 0 0.75 0.50 0.2 340.13 0.61 0.5
Hex CC 32 65 0 4B 32 14 154 3D 32
Octal 314 62 145 0 113 62 24 524 75 62
Binary 11001100 110010 1100101 0 1001011 110010 10100 101010100 111101 110010

Color Harmonies of #CC3265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3265

Black with #CC3265

Text Example


Text Example

White with #CC3265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3265; }

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

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

background-color css

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

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

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

border-color css

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

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

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