Html Css Color HEX #CC375C Cerise

📋 copy color: '#CC375C'

red 204 ◦ green 55 ◦ blue 92

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

Shades of Cerise #CC375C

Tints of Cerise #CC375C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.67%

 BLUE value IS 92 (36.33% from 255) = 26.21%

R = 58.12%
G = 15.67%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC375C (or 0xCC375C) is known color: Cerise. HEX triplet: CC, 37 and 5C. RGB value is (204,55,92). Sum of RGB (Red+Green+Blue) = 204+55+92=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC375C is #33C8A3. Grayscale: #676767. Windows color (decimal): -3393700 or 6043596. OLE color: 6043596.

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

Color convert

RGB 204 55 92 -
CMYK 0 0.73 0.55 0.2
HSL 345.1º 0.59% 0.51% -
HSV(B) 345.1º 0.73% 0.8% -
XYZ 28.2 16.34 11.79 -
YUV 103.77 121.36 199.49 -
System Red Green Blue C M Y K H S L
Decimal 204 55 92 0 0.73 0.55 0.2 345.1 0.59 0.51
Hex CC 37 5C 0 49 37 14 159 3B 33
Octal 314 67 134 0 111 67 24 531 73 63
Binary 11001100 110111 1011100 0 1001001 110111 10100 101011001 111011 110011

Color Harmonies of #CC375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC375C

Black with #CC375C

Text Example


Text Example

White with #CC375C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC375C; }

 p { color: rgb(204,55,92); }

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

background-color css

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

 a { background-color: rgb(204,55,92); }

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

border-color css

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

 span { border-color: rgb(204,55,92); }

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