Html Css Color HEX #C254A4 Mulberry

📋 copy color: '#C254A4'

red 194 ◦ green 84 ◦ blue 164

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

Shades of Mulberry #C254A4

Tints of Mulberry #C254A4

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19%

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

R = 43.89%
G = 19%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C254A4 (or 0xC254A4) is known color: Mulberry. HEX triplet: C2, 54 and A4. RGB value is (194,84,164). Sum of RGB (Red+Green+Blue) = 194+84+164=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C254A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C254A4 is #3DAB5B. Grayscale: #7D7D7D. Windows color (decimal): -4041564 or 10769602. OLE color: 10769602.

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

Color convert

RGB 194 84 164 -
CMYK 0 0.57 0.15 0.24
HSL 316.36º 0.47% 0.55% -
HSV(B) 316.36º 0.57% 0.76% -
XYZ 32.12 20.49 37.38 -
YUV 126.01 149.44 176.5 -
System Red Green Blue C M Y K H S L
Decimal 194 84 164 0 0.57 0.15 0.24 316.36 0.47 0.55
Hex C2 54 A4 0 39 F 18 13C 2F 37
Octal 302 124 244 0 71 17 30 474 57 67
Binary 11000010 1010100 10100100 0 111001 1111 11000 100111100 101111 110111

Color Harmonies of #C254A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C254A4

Black with #C254A4

Text Example


Text Example

White with #C254A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C254A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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