Html Css Color HEX #C100CA Deep Magenta

📋 copy color: '#C100CA'

red 193 ◦ green 0 ◦ blue 202

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

Shades of Deep Magenta #C100CA

Tints of Deep Magenta #C100CA

RGB

 RED value IS 193 (75.78% from 255) = 48.86%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 202 (79.3% from 255) = 51.14%

R = 48.86%
G = 0%
B = 51.14%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C100CA (or 0xC100CA) is known color: Deep Magenta. HEX triplet: C1, 00 and CA. RGB value is (193,0,202). Sum of RGB (Red+Green+Blue) = 193+0+202=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #C100CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C100CA is #3EFF35. Grayscale: #505050. Windows color (decimal): -4128566 or 13238465. OLE color: 13238465.

HSL color Cylindrical-coordinate representation of color #C100CA: hue angle of 297.33º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C100CA is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 0 202 -
CMYK 0.04 1 0 0.21
HSL 297.33º 1% 0.4% -
HSV(B) 297.33º 1% 0.79% -
XYZ 32.65 15.6 57.17 -
YUV 80.74 196.44 208.07 -
System Red Green Blue C M Y K H S L
Decimal 193 0 202 0.04 1 0 0.21 297.33 1 0.4
Hex C1 0 CA 4 64 0 15 129 64 28
Octal 301 0 312 4 144 0 25 451 144 50
Binary 11000001 0 11001010 100 1100100 0 10101 100101001 1100100 101000

Color Harmonies of #C100CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C100CA

Black with #C100CA

Text Example


Text Example

White with #C100CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C100CA; }

 p { color: rgb(193,0,202); }

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

background-color css

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

 a { background-color: rgb(193,0,202); }

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

border-color css

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

 span { border-color: rgb(193,0,202); }

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