Html Css Color HEX #CC3A62 Cerise

📋 copy color: '#CC3A62'

red 204 ◦ green 58 ◦ blue 98

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

Shades of Cerise #CC3A62

Tints of Cerise #CC3A62

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.11%

 BLUE value IS 98 (38.67% from 255) = 27.22%

R = 56.67%
G = 16.11%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC3A62 (or 0xCC3A62) is known color: Cerise. HEX triplet: CC, 3A and 62. RGB value is (204,58,98). Sum of RGB (Red+Green+Blue) = 204+58+98=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3A62 is #33C59D. Grayscale: #6A6A6A. Windows color (decimal): -3392926 or 6437580. OLE color: 6437580.

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

Color convert

RGB 204 58 98 -
CMYK 0 0.72 0.52 0.2
HSL 343.56º 0.59% 0.51% -
HSV(B) 343.56º 0.72% 0.8% -
XYZ 28.62 16.75 13.28 -
YUV 106.21 123.37 197.75 -
System Red Green Blue C M Y K H S L
Decimal 204 58 98 0 0.72 0.52 0.2 343.56 0.59 0.51
Hex CC 3A 62 0 48 34 14 158 3B 33
Octal 314 72 142 0 110 64 24 530 73 63
Binary 11001100 111010 1100010 0 1001000 110100 10100 101011000 111011 110011

Color Harmonies of #CC3A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3A62

Black with #CC3A62

Text Example


Text Example

White with #CC3A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3A62; }

 p { color: rgb(204,58,98); }

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

background-color css

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

 a { background-color: rgb(204,58,98); }

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

border-color css

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

 span { border-color: rgb(204,58,98); }

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