Html Css Color HEX #C24CA4 Mulberry

📋 copy color: '#C24CA4'

red 194 ◦ green 76 ◦ blue 164

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

Shades of Mulberry #C24CA4

Tints of Mulberry #C24CA4

RGB

 RED value IS 194 (76.17% from 255) = 44.7%

 GREEN value IS 76 (30.08% from 255) = 17.51%

 BLUE value IS 164 (64.45% from 255) = 37.79%

R = 44.7%
G = 17.51%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C24CA4 (or 0xC24CA4) is known color: Mulberry. HEX triplet: C2, 4C and A4. RGB value is (194,76,164). Sum of RGB (Red+Green+Blue) = 194+76+164=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C24CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24CA4 is #3DB35B. Grayscale: #797979. Windows color (decimal): -4043612 or 10767554. OLE color: 10767554.

HSL color Cylindrical-coordinate representation of color #C24CA4: hue angle of 315.25º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C24CA4 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 76 164 -
CMYK 0 0.61 0.15 0.24
HSL 315.25º 0.49% 0.53% -
HSV(B) 315.25º 0.61% 0.76% -
XYZ 31.53 19.32 37.19 -
YUV 121.31 152.09 179.84 -
System Red Green Blue C M Y K H S L
Decimal 194 76 164 0 0.61 0.15 0.24 315.25 0.49 0.53
Hex C2 4C A4 0 3D F 18 13B 31 35
Octal 302 114 244 0 75 17 30 473 61 65
Binary 11000010 1001100 10100100 0 111101 1111 11000 100111011 110001 110101

Color Harmonies of #C24CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24CA4

Black with #C24CA4

Text Example


Text Example

White with #C24CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24CA4; }

 p { color: rgb(194,76,164); }

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

background-color css

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

 a { background-color: rgb(194,76,164); }

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

border-color css

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

 span { border-color: rgb(194,76,164); }

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