Html Css Color HEX #C026CA Deep Magenta

📋 copy color: '#C026CA'

red 192 ◦ green 38 ◦ blue 202

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

Shades of Deep Magenta #C026CA

Tints of Deep Magenta #C026CA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.8%

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

R = 44.44%
G = 8.8%
B = 46.76%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C026CA (or 0xC026CA) is known color: Deep Magenta. HEX triplet: C0, 26 and CA. RGB value is (192,38,202). Sum of RGB (Red+Green+Blue) = 192+38+202=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 38 (15.23% from 255 or 8.80% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #C026CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C026CA is #3FD935. Grayscale: #666666. Windows color (decimal): -4184374 or 13248192. OLE color: 13248192.

HSL color Cylindrical-coordinate representation of color #C026CA: hue angle of 296.34º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C026CA is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 38 202 -
CMYK 0.05 0.81 0 0.21
HSL 296.34º 0.68% 0.47% -
HSV(B) 296.34º 0.81% 0.79% -
XYZ 33.09 16.86 57.39 -
YUV 102.74 184.02 191.66 -
System Red Green Blue C M Y K H S L
Decimal 192 38 202 0.05 0.81 0 0.21 296.34 0.68 0.47
Hex C0 26 CA 5 51 0 15 128 44 2F
Octal 300 46 312 5 121 0 25 450 104 57
Binary 11000000 100110 11001010 101 1010001 0 10101 100101000 1000100 101111

Color Harmonies of #C026CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C026CA

Black with #C026CA

Text Example


Text Example

White with #C026CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C026CA; }

 p { color: rgb(192,38,202); }

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

background-color css

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

 a { background-color: rgb(192,38,202); }

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

border-color css

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

 span { border-color: rgb(192,38,202); }

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