Html Css Color HEX #CC4F7E Cranberry

📋 copy color: '#CC4F7E'

red 204 ◦ green 79 ◦ blue 126

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

Shades of Cranberry #CC4F7E

Tints of Cranberry #CC4F7E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.32%

 BLUE value IS 126 (49.61% from 255) = 30.81%

R = 49.88%
G = 19.32%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC4F7E (or 0xCC4F7E) is known color: Cranberry. HEX triplet: CC, 4F and 7E. RGB value is (204,79,126). Sum of RGB (Red+Green+Blue) = 204+79+126=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4F7E is #33B081. Grayscale: #797979. Windows color (decimal): -3387522 or 8277964. OLE color: 8277964.

HSL color Cylindrical-coordinate representation of color #CC4F7E: hue angle of 337.44º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC4F7E is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 79 126 -
CMYK 0 0.61 0.38 0.2
HSL 337.44º 0.55% 0.55% -
HSV(B) 337.44º 0.61% 0.8% -
XYZ 31.46 19.94 21.93 -
YUV 121.73 130.41 186.68 -
System Red Green Blue C M Y K H S L
Decimal 204 79 126 0 0.61 0.38 0.2 337.44 0.55 0.55
Hex CC 4F 7E 0 3D 26 14 151 37 37
Octal 314 117 176 0 75 46 24 521 67 67
Binary 11001100 1001111 1111110 0 111101 100110 10100 101010001 110111 110111

Color Harmonies of #CC4F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4F7E

Black with #CC4F7E

Text Example


Text Example

White with #CC4F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4F7E; }

 p { color: rgb(204,79,126); }

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

background-color css

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

 a { background-color: rgb(204,79,126); }

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

border-color css

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

 span { border-color: rgb(204,79,126); }

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