Html Css Color HEX #CC275F Cerise

📋 copy color: '#CC275F'

red 204 ◦ green 39 ◦ blue 95

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

Shades of Cerise #CC275F

Tints of Cerise #CC275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.54%

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

R = 60.36%
G = 11.54%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC275F (or 0xCC275F) is known color: Cerise. HEX triplet: CC, 27 and 5F. RGB value is (204,39,95). Sum of RGB (Red+Green+Blue) = 204+39+95=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC275F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC275F is #33D8A0. Grayscale: #5E5E5E. Windows color (decimal): -3397793 or 6236108. OLE color: 6236108.

HSL color Cylindrical-coordinate representation of color #CC275F: hue angle of 339.64º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC275F is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 39 95 -
CMYK 0 0.81 0.53 0.2
HSL 339.64º 0.68% 0.48% -
HSV(B) 339.64º 0.81% 0.8% -
XYZ 27.69 15.11 12.28 -
YUV 94.72 128.16 205.95 -
System Red Green Blue C M Y K H S L
Decimal 204 39 95 0 0.81 0.53 0.2 339.64 0.68 0.48
Hex CC 27 5F 0 51 35 14 154 44 30
Octal 314 47 137 0 121 65 24 524 104 60
Binary 11001100 100111 1011111 0 1010001 110101 10100 101010100 1000100 110000

Color Harmonies of #CC275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC275F

Black with #CC275F

Text Example


Text Example

White with #CC275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC275F; }

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

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

background-color css

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

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

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

border-color css

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

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

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