Html Css Color HEX #C01BCA Deep Magenta

📋 copy color: '#C01BCA'

red 192 ◦ green 27 ◦ blue 202

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

Shades of Deep Magenta #C01BCA

Tints of Deep Magenta #C01BCA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.41%

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

R = 45.61%
G = 6.41%
B = 47.98%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C01BCA (or 0xC01BCA) is known color: Deep Magenta. HEX triplet: C0, 1B and CA. RGB value is (192,27,202). Sum of RGB (Red+Green+Blue) = 192+27+202=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 27 (10.94% from 255 or 6.41% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #C01BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01BCA is #3FE435. Grayscale: #5F5F5F. Windows color (decimal): -4187190 or 13245376. OLE color: 13245376.

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

Color convert

RGB 192 27 202 -
CMYK 0.05 0.87 0 0.21
HSL 296.57º 0.76% 0.45% -
HSV(B) 296.57º 0.87% 0.79% -
XYZ 32.79 16.25 57.29 -
YUV 96.29 187.66 196.27 -
System Red Green Blue C M Y K H S L
Decimal 192 27 202 0.05 0.87 0 0.21 296.57 0.76 0.45
Hex C0 1B CA 5 57 0 15 129 4C 2D
Octal 300 33 312 5 127 0 25 451 114 55
Binary 11000000 11011 11001010 101 1010111 0 10101 100101001 1001100 101101

Color Harmonies of #C01BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01BCA

Black with #C01BCA

Text Example


Text Example

White with #C01BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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