Html Css Color HEX #CC4174 Cranberry

📋 copy color: '#CC4174'

red 204 ◦ green 65 ◦ blue 116

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

Shades of Cranberry #CC4174

Tints of Cranberry #CC4174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.13%

R = 52.99%
G = 16.88%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC4174 (or 0xCC4174) is known color: Cranberry. HEX triplet: CC, 41 and 74. RGB value is (204,65,116). Sum of RGB (Red+Green+Blue) = 204+65+116=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4174 is #33BE8B. Grayscale: #707070. Windows color (decimal): -3391116 or 7619020. OLE color: 7619020.

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

Color convert

RGB 204 65 116 -
CMYK 0 0.68 0.43 0.2
HSL 337.99º 0.58% 0.53% -
HSV(B) 337.99º 0.68% 0.8% -
XYZ 29.94 17.88 18.4 -
YUV 112.38 130.05 193.35 -
System Red Green Blue C M Y K H S L
Decimal 204 65 116 0 0.68 0.43 0.2 337.99 0.58 0.53
Hex CC 41 74 0 44 2B 14 152 3A 35
Octal 314 101 164 0 104 53 24 522 72 65
Binary 11001100 1000001 1110100 0 1000100 101011 10100 101010010 111010 110101

Color Harmonies of #CC4174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4174

Black with #CC4174

Text Example


Text Example

White with #CC4174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4174; }

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

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

background-color css

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

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

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

border-color css

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

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

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