Html Css Color HEX #C94D7C Cranberry

📋 copy color: '#C94D7C'

red 201 ◦ green 77 ◦ blue 124

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

Shades of Cranberry #C94D7C

Tints of Cranberry #C94D7C

RGB

 RED value IS 201 (78.91% from 255) = 50%

 GREEN value IS 77 (30.47% from 255) = 19.15%

 BLUE value IS 124 (48.83% from 255) = 30.85%

R = 50%
G = 19.15%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C94D7C (or 0xC94D7C) is known color: Cranberry. HEX triplet: C9, 4D and 7C. RGB value is (201,77,124). Sum of RGB (Red+Green+Blue) = 201+77+124=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94D7C is #36B283. Grayscale: #777777. Windows color (decimal): -3584644 or 8146377. OLE color: 8146377.

HSL color Cylindrical-coordinate representation of color #C94D7C: hue angle of 337.26º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94D7C is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 77 124 -
CMYK 0 0.62 0.38 0.21
HSL 337.26º 0.53% 0.55% -
HSV(B) 337.26º 0.62% 0.79% -
XYZ 30.38 19.18 21.17 -
YUV 119.43 130.58 186.18 -
System Red Green Blue C M Y K H S L
Decimal 201 77 124 0 0.62 0.38 0.21 337.26 0.53 0.55
Hex C9 4D 7C 0 3E 26 15 151 35 37
Octal 311 115 174 0 76 46 25 521 65 67
Binary 11001001 1001101 1111100 0 111110 100110 10101 101010001 110101 110111

Color Harmonies of #C94D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94D7C

Black with #C94D7C

Text Example


Text Example

White with #C94D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94D7C; }

 p { color: rgb(201,77,124); }

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

background-color css

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

 a { background-color: rgb(201,77,124); }

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

border-color css

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

 span { border-color: rgb(201,77,124); }

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