Html Css Color HEX #CC4278 Cranberry

📋 copy color: '#CC4278'

red 204 ◦ green 66 ◦ blue 120

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

Shades of Cranberry #CC4278

Tints of Cranberry #CC4278

RGB

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

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

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

R = 52.31%
G = 16.92%
B = 30.77%

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

#CC4278 (or 0xCC4278) is known color: Cranberry. HEX triplet: CC, 42 and 78. RGB value is (204,66,120). Sum of RGB (Red+Green+Blue) = 204+66+120=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4278 is #33BD87. Grayscale: #717171. Windows color (decimal): -3390856 or 7881420. OLE color: 7881420.

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

Color convert

RGB 204 66 120 -
CMYK 0 0.68 0.41 0.2
HSL 336.52º 0.58% 0.53% -
HSV(B) 336.52º 0.68% 0.8% -
XYZ 30.24 18.09 19.67 -
YUV 113.42 131.72 192.61 -
System Red Green Blue C M Y K H S L
Decimal 204 66 120 0 0.68 0.41 0.2 336.52 0.58 0.53
Hex CC 42 78 0 44 29 14 151 3A 35
Octal 314 102 170 0 104 51 24 521 72 65
Binary 11001100 1000010 1111000 0 1000100 101001 10100 101010001 111010 110101

Color Harmonies of #CC4278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4278

Black with #CC4278

Text Example


Text Example

White with #CC4278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4278; }

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

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

background-color css

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

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

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

border-color css

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

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

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