Html Css Color HEX #CC4279 Cranberry

📋 copy color: '#CC4279'

red 204 ◦ green 66 ◦ blue 121

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

Shades of Cranberry #CC4279

Tints of Cranberry #CC4279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.88%

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

R = 52.17%
G = 16.88%
B = 30.95%

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

#CC4279 (or 0xCC4279) is known color: Cranberry. HEX triplet: CC, 42 and 79. RGB value is (204,66,121). Sum of RGB (Red+Green+Blue) = 204+66+121=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4279 is #33BD86. Grayscale: #717171. Windows color (decimal): -3390855 or 7946956. OLE color: 7946956.

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

Color convert

RGB 204 66 121 -
CMYK 0 0.68 0.41 0.2
HSL 336.09º 0.58% 0.53% -
HSV(B) 336.09º 0.68% 0.8% -
XYZ 30.3 18.11 19.99 -
YUV 113.53 132.22 192.53 -
System Red Green Blue C M Y K H S L
Decimal 204 66 121 0 0.68 0.41 0.2 336.09 0.58 0.53
Hex CC 42 79 0 44 29 14 150 3A 35
Octal 314 102 171 0 104 51 24 520 72 65
Binary 11001100 1000010 1111001 0 1000100 101001 10100 101010000 111010 110101

Color Harmonies of #CC4279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4279

Black with #CC4279

Text Example


Text Example

White with #CC4279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4279; }

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

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

background-color css

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

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

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

border-color css

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

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

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