Html Css Color HEX #CC2678 Deep Cerise

📋 copy color: '#CC2678'

red 204 ◦ green 38 ◦ blue 120

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

Shades of Deep Cerise #CC2678

Tints of Deep Cerise #CC2678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.15%

R = 56.35%
G = 10.5%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC2678 (or 0xCC2678) is known color: Deep Cerise. HEX triplet: CC, 26 and 78. RGB value is (204,38,120). Sum of RGB (Red+Green+Blue) = 204+38+120=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2678 is #33D987. Grayscale: #606060. Windows color (decimal): -3398024 or 7874252. OLE color: 7874252.

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

Color convert

RGB 204 38 120 -
CMYK 0 0.81 0.41 0.2
HSL 330.36º 0.69% 0.47% -
HSV(B) 330.36º 0.81% 0.8% -
XYZ 28.99 15.58 19.25 -
YUV 96.98 141 204.33 -
System Red Green Blue C M Y K H S L
Decimal 204 38 120 0 0.81 0.41 0.2 330.36 0.69 0.47
Hex CC 26 78 0 51 29 14 14A 45 2F
Octal 314 46 170 0 121 51 24 512 105 57
Binary 11001100 100110 1111000 0 1010001 101001 10100 101001010 1000101 101111

Color Harmonies of #CC2678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2678

Black with #CC2678

Text Example


Text Example

White with #CC2678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2678; }

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

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

background-color css

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

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

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

border-color css

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

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

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