Html Css Color HEX #C400CA Deep Magenta

📋 copy color: '#C400CA'

red 196 ◦ green 0 ◦ blue 202

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

Shades of Deep Magenta #C400CA

Tints of Deep Magenta #C400CA

RGB

 RED value IS 196 (76.95% from 255) = 49.25%

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

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

R = 49.25%
G = 0%
B = 50.75%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C400CA (or 0xC400CA) is known color: Deep Magenta. HEX triplet: C4, 00 and CA. RGB value is (196,0,202). Sum of RGB (Red+Green+Blue) = 196+0+202=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #C400CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C400CA is #3BFF35. Grayscale: #515151. Windows color (decimal): -3931958 or 13238468. OLE color: 13238468.

HSL color Cylindrical-coordinate representation of color #C400CA: hue angle of 298.22º 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 #C400CA is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 0 202 -
CMYK 0.03 1 0 0.21
HSL 298.22º 1% 0.4% -
HSV(B) 298.22º 1% 0.79% -
XYZ 33.43 16 57.2 -
YUV 81.63 195.93 209.57 -
System Red Green Blue C M Y K H S L
Decimal 196 0 202 0.03 1 0 0.21 298.22 1 0.4
Hex C4 0 CA 3 64 0 15 12A 64 28
Octal 304 0 312 3 144 0 25 452 144 50
Binary 11000100 0 11001010 11 1100100 0 10101 100101010 1100100 101000

Color Harmonies of #C400CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C400CA

Black with #C400CA

Text Example


Text Example

White with #C400CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C400CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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