Html Css Color HEX #CC4179 Cranberry

📋 copy color: '#CC4179'

red 204 ◦ green 65 ◦ blue 121

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

Shades of Cranberry #CC4179

Tints of Cranberry #CC4179

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.67%

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

R = 52.31%
G = 16.67%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC4179 (or 0xCC4179) is known color: Cranberry. HEX triplet: CC, 41 and 79. RGB value is (204,65,121). Sum of RGB (Red+Green+Blue) = 204+65+121=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4179 is #33BE86. Grayscale: #707070. Windows color (decimal): -3391111 or 7946700. OLE color: 7946700.

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

Color convert

RGB 204 65 121 -
CMYK 0 0.68 0.41 0.2
HSL 335.83º 0.58% 0.53% -
HSV(B) 335.83º 0.68% 0.8% -
XYZ 30.24 18 19.97 -
YUV 112.95 132.55 192.95 -
System Red Green Blue C M Y K H S L
Decimal 204 65 121 0 0.68 0.41 0.2 335.83 0.58 0.53
Hex CC 41 79 0 44 29 14 150 3A 35
Octal 314 101 171 0 104 51 24 520 72 65
Binary 11001100 1000001 1111001 0 1000100 101001 10100 101010000 111010 110101

Color Harmonies of #CC4179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4179

Black with #CC4179

Text Example


Text Example

White with #CC4179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4179; }

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

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

background-color css

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

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

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

border-color css

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

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

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