Html Css Color HEX #CC305F Cerise

📋 copy color: '#CC305F'

red 204 ◦ green 48 ◦ blue 95

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

Shades of Cerise #CC305F

Tints of Cerise #CC305F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.38%

R = 58.79%
G = 13.83%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC305F (or 0xCC305F) is known color: Cerise. HEX triplet: CC, 30 and 5F. RGB value is (204,48,95). Sum of RGB (Red+Green+Blue) = 204+48+95=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC305F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC305F is #33CFA0. Grayscale: #636363. Windows color (decimal): -3395489 or 6238412. OLE color: 6238412.

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

Color convert

RGB 204 48 95 -
CMYK 0 0.76 0.53 0.2
HSL 341.92º 0.62% 0.49% -
HSV(B) 341.92º 0.76% 0.8% -
XYZ 28.02 15.78 12.39 -
YUV 100 125.18 202.18 -
System Red Green Blue C M Y K H S L
Decimal 204 48 95 0 0.76 0.53 0.2 341.92 0.62 0.49
Hex CC 30 5F 0 4C 35 14 156 3E 31
Octal 314 60 137 0 114 65 24 526 76 61
Binary 11001100 110000 1011111 0 1001100 110101 10100 101010110 111110 110001

Color Harmonies of #CC305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC305F

Black with #CC305F

Text Example


Text Example

White with #CC305F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC305F; }

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

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

background-color css

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

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

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

border-color css

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

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

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