Html Css Color HEX #C005B4 Deep Magenta

📋 copy color: '#C005B4'

red 192 ◦ green 5 ◦ blue 180

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

Shades of Deep Magenta #C005B4

Tints of Deep Magenta #C005B4

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.33%

 BLUE value IS 180 (70.7% from 255) = 47.75%

R = 50.93%
G = 1.33%
B = 47.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C005B4 (or 0xC005B4) is known color: Deep Magenta. HEX triplet: C0, 05 and B4. RGB value is (192,5,180). Sum of RGB (Red+Green+Blue) = 192+5+180=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C005B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C005B4 is #3FFA4B. Grayscale: #505050. Windows color (decimal): -4192844 or 11797952. OLE color: 11797952.

HSL color Cylindrical-coordinate representation of color #C005B4: hue angle of 303.85º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C005B4 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 5 180 -
CMYK 0 0.97 0.06 0.25
HSL 303.85º 0.95% 0.39% -
HSV(B) 303.85º 0.97% 0.75% -
XYZ 30.03 14.61 44.42 -
YUV 80.86 183.95 207.27 -
System Red Green Blue C M Y K H S L
Decimal 192 5 180 0 0.97 0.06 0.25 303.85 0.95 0.39
Hex C0 5 B4 0 61 6 19 130 5F 27
Octal 300 5 264 0 141 6 31 460 137 47
Binary 11000000 101 10110100 0 1100001 110 11001 100110000 1011111 100111

Color Harmonies of #C005B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C005B4

Black with #C005B4

Text Example


Text Example

White with #C005B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C005B4; }

 p { color: rgb(192,5,180); }

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

background-color css

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

 a { background-color: rgb(192,5,180); }

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

border-color css

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

 span { border-color: rgb(192,5,180); }

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