Html Css Color HEX #CC3365 Cerise

📋 copy color: '#CC3365'

red 204 ◦ green 51 ◦ blue 101

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

Shades of Cerise #CC3365

Tints of Cerise #CC3365

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.33%

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

R = 57.3%
G = 14.33%
B = 28.37%

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

#CC3365 (or 0xCC3365) is known color: Cerise. HEX triplet: CC, 33 and 65. RGB value is (204,51,101). Sum of RGB (Red+Green+Blue) = 204+51+101=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3365 is #33CC9A. Grayscale: #666666. Windows color (decimal): -3394715 or 6632396. OLE color: 6632396.

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

Color convert

RGB 204 51 101 -
CMYK 0 0.75 0.50 0.2
HSL 340.39º 0.6% 0.5% -
HSV(B) 340.39º 0.75% 0.8% -
XYZ 28.43 16.14 13.93 -
YUV 102.45 127.19 200.43 -
System Red Green Blue C M Y K H S L
Decimal 204 51 101 0 0.75 0.50 0.2 340.39 0.6 0.5
Hex CC 33 65 0 4B 32 14 154 3C 32
Octal 314 63 145 0 113 62 24 524 74 62
Binary 11001100 110011 1100101 0 1001011 110010 10100 101010100 111100 110010

Color Harmonies of #CC3365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3365

Black with #CC3365

Text Example


Text Example

White with #CC3365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3365; }

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

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

background-color css

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

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

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

border-color css

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

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

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