Html Css Color HEX #C003B2 Deep Magenta

📋 copy color: '#C003B2'

red 192 ◦ green 3 ◦ blue 178

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

Shades of Deep Magenta #C003B2

Tints of Deep Magenta #C003B2

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

 BLUE value IS 178 (69.92% from 255) = 47.72%

R = 51.47%
G = 0.8%
B = 47.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C003B2 (or 0xC003B2) is known color: Deep Magenta. HEX triplet: C0, 03 and B2. RGB value is (192,3,178). Sum of RGB (Red+Green+Blue) = 192+3+178=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 178 (69.92% from 255 or 47.72% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C003B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C003B2 is #3FFC4D. Grayscale: #4E4E4E. Windows color (decimal): -4193358 or 11666368. OLE color: 11666368.

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

Color convert

RGB 192 3 178 -
CMYK 0 0.98 0.07 0.25
HSL 304.44º 0.97% 0.38% -
HSV(B) 304.44º 0.98% 0.75% -
XYZ 29.81 14.49 43.34 -
YUV 79.46 183.62 208.27 -
System Red Green Blue C M Y K H S L
Decimal 192 3 178 0 0.98 0.07 0.25 304.44 0.97 0.38
Hex C0 3 B2 0 62 7 19 130 61 26
Octal 300 3 262 0 142 7 31 460 141 46
Binary 11000000 11 10110010 0 1100010 111 11001 100110000 1100001 100110

Color Harmonies of #C003B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C003B2

Black with #C003B2

Text Example


Text Example

White with #C003B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C003B2; }

 p { color: rgb(192,3,178); }

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

background-color css

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

 a { background-color: rgb(192,3,178); }

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

border-color css

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

 span { border-color: rgb(192,3,178); }

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