Html Css Color HEX #C045A4 Mulberry

📋 copy color: '#C045A4'

red 192 ◦ green 69 ◦ blue 164

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

Shades of Mulberry #C045A4

Tints of Mulberry #C045A4

RGB

 RED value IS 192 (75.39% from 255) = 45.18%

 GREEN value IS 69 (27.34% from 255) = 16.24%

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

R = 45.18%
G = 16.24%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C045A4 (or 0xC045A4) is known color: Mulberry. HEX triplet: C0, 45 and A4. RGB value is (192,69,164). Sum of RGB (Red+Green+Blue) = 192+69+164=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C045A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C045A4 is #3FBA5B. Grayscale: #747474. Windows color (decimal): -4176476 or 10765760. OLE color: 10765760.

HSL color Cylindrical-coordinate representation of color #C045A4: hue angle of 313.66º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C045A4 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 69 164 -
CMYK 0 0.64 0.15 0.25
HSL 313.66º 0.49% 0.51% -
HSV(B) 313.66º 0.64% 0.75% -
XYZ 30.57 18.14 37.01 -
YUV 116.61 154.75 181.78 -
System Red Green Blue C M Y K H S L
Decimal 192 69 164 0 0.64 0.15 0.25 313.66 0.49 0.51
Hex C0 45 A4 0 40 F 19 13A 31 33
Octal 300 105 244 0 100 17 31 472 61 63
Binary 11000000 1000101 10100100 0 1000000 1111 11001 100111010 110001 110011

Color Harmonies of #C045A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C045A4

Black with #C045A4

Text Example


Text Example

White with #C045A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C045A4; }

 p { color: rgb(192,69,164); }

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

background-color css

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

 a { background-color: rgb(192,69,164); }

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

border-color css

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

 span { border-color: rgb(192,69,164); }

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