Html Css Color HEX #C045A5 Mulberry

📋 copy color: '#C045A5'

red 192 ◦ green 69 ◦ blue 165

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

Shades of Mulberry #C045A5

Tints of Mulberry #C045A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.73%

R = 45.07%
G = 16.2%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C045A5 (or 0xC045A5) is known color: Mulberry. HEX triplet: C0, 45 and A5. RGB value is (192,69,165). Sum of RGB (Red+Green+Blue) = 192+69+165=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C045A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C045A5 is #3FBA5A. Grayscale: #747474. Windows color (decimal): -4176475 or 10831296. OLE color: 10831296.

HSL color Cylindrical-coordinate representation of color #C045A5: hue angle of 313.17º 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 #C045A5 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 69 165 -
CMYK 0 0.64 0.14 0.25
HSL 313.17º 0.49% 0.51% -
HSV(B) 313.17º 0.64% 0.75% -
XYZ 30.66 18.18 37.49 -
YUV 116.72 155.25 181.69 -
System Red Green Blue C M Y K H S L
Decimal 192 69 165 0 0.64 0.14 0.25 313.17 0.49 0.51
Hex C0 45 A5 0 40 E 19 139 31 33
Octal 300 105 245 0 100 16 31 471 61 63
Binary 11000000 1000101 10100101 0 1000000 1110 11001 100111001 110001 110011

Color Harmonies of #C045A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C045A5

Black with #C045A5

Text Example


Text Example

White with #C045A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C045A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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