Html Css Color HEX #CC2675 Deep Cerise

📋 copy color: '#CC2675'

red 204 ◦ green 38 ◦ blue 117

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

Shades of Deep Cerise #CC2675

Tints of Deep Cerise #CC2675

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.58%

 BLUE value IS 117 (46.09% from 255) = 32.59%

R = 56.82%
G = 10.58%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC2675 (or 0xCC2675) is known color: Deep Cerise. HEX triplet: CC, 26 and 75. RGB value is (204,38,117). Sum of RGB (Red+Green+Blue) = 204+38+117=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2675 is #33D98A. Grayscale: #606060. Windows color (decimal): -3398027 or 7677644. OLE color: 7677644.

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

Color convert

RGB 204 38 117 -
CMYK 0 0.81 0.43 0.2
HSL 331.45º 0.69% 0.47% -
HSV(B) 331.45º 0.81% 0.8% -
XYZ 28.81 15.51 18.3 -
YUV 96.64 139.5 204.58 -
System Red Green Blue C M Y K H S L
Decimal 204 38 117 0 0.81 0.43 0.2 331.45 0.69 0.47
Hex CC 26 75 0 51 2B 14 14B 45 2F
Octal 314 46 165 0 121 53 24 513 105 57
Binary 11001100 100110 1110101 0 1010001 101011 10100 101001011 1000101 101111

Color Harmonies of #CC2675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2675

Black with #CC2675

Text Example


Text Example

White with #CC2675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2675; }

 p { color: rgb(204,38,117); }

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

background-color css

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

 a { background-color: rgb(204,38,117); }

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

border-color css

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

 span { border-color: rgb(204,38,117); }

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