Html Css Color HEX #CC305B Cerise

📋 copy color: '#CC305B'

red 204 ◦ green 48 ◦ blue 91

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

Shades of Cerise #CC305B

Tints of Cerise #CC305B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.99%

 BLUE value IS 91 (35.94% from 255) = 26.53%

R = 59.48%
G = 13.99%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC305B (or 0xCC305B) is known color: Cerise. HEX triplet: CC, 30 and 5B. RGB value is (204,48,91). Sum of RGB (Red+Green+Blue) = 204+48+91=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC305B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC305B is #33CFA4. Grayscale: #636363. Windows color (decimal): -3395493 or 5976268. OLE color: 5976268.

HSL color Cylindrical-coordinate representation of color #CC305B: hue angle of 343.46º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC305B is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 48 91 -
CMYK 0 0.76 0.55 0.2
HSL 343.46º 0.62% 0.49% -
HSV(B) 343.46º 0.76% 0.8% -
XYZ 27.85 15.71 11.46 -
YUV 99.55 123.18 202.5 -
System Red Green Blue C M Y K H S L
Decimal 204 48 91 0 0.76 0.55 0.2 343.46 0.62 0.49
Hex CC 30 5B 0 4C 37 14 157 3E 31
Octal 314 60 133 0 114 67 24 527 76 61
Binary 11001100 110000 1011011 0 1001100 110111 10100 101010111 111110 110001

Color Harmonies of #CC305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC305B

Black with #CC305B

Text Example


Text Example

White with #CC305B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC305B; }

 p { color: rgb(204,48,91); }

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

background-color css

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

 a { background-color: rgb(204,48,91); }

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

border-color css

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

 span { border-color: rgb(204,48,91); }

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