Html Css Color HEX #CC4079 Cranberry

📋 copy color: '#CC4079'

red 204 ◦ green 64 ◦ blue 121

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

Shades of Cranberry #CC4079

Tints of Cranberry #CC4079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.45%

 BLUE value IS 121 (47.66% from 255) = 31.11%

R = 52.44%
G = 16.45%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC4079 (or 0xCC4079) is known color: Cranberry. HEX triplet: CC, 40 and 79. RGB value is (204,64,121). Sum of RGB (Red+Green+Blue) = 204+64+121=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4079 is #33BF86. Grayscale: #707070. Windows color (decimal): -3391367 or 7946444. OLE color: 7946444.

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

Color convert

RGB 204 64 121 -
CMYK 0 0.69 0.41 0.2
HSL 335.57º 0.58% 0.53% -
HSV(B) 335.57º 0.69% 0.8% -
XYZ 30.19 17.88 19.95 -
YUV 112.36 132.88 193.37 -
System Red Green Blue C M Y K H S L
Decimal 204 64 121 0 0.69 0.41 0.2 335.57 0.58 0.53
Hex CC 40 79 0 45 29 14 150 3A 35
Octal 314 100 171 0 105 51 24 520 72 65
Binary 11001100 1000000 1111001 0 1000101 101001 10100 101010000 111010 110101

Color Harmonies of #CC4079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4079

Black with #CC4079

Text Example


Text Example

White with #CC4079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4079; }

 p { color: rgb(204,64,121); }

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

background-color css

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

 a { background-color: rgb(204,64,121); }

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

border-color css

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

 span { border-color: rgb(204,64,121); }

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