Html Css Color HEX #C62ACA Deep Magenta

📋 copy color: '#C62ACA'

red 198 ◦ green 42 ◦ blue 202

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

Shades of Deep Magenta #C62ACA

Tints of Deep Magenta #C62ACA

RGB

 RED value IS 198 (77.73% from 255) = 44.8%

 GREEN value IS 42 (16.8% from 255) = 9.5%

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

R = 44.8%
G = 9.5%
B = 45.7%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C62ACA (or 0xC62ACA) is known color: Deep Magenta. HEX triplet: C6, 2A and CA. RGB value is (198,42,202). Sum of RGB (Red+Green+Blue) = 198+42+202=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #C62ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62ACA is #39D535. Grayscale: #6A6A6A. Windows color (decimal): -3790134 or 13249222. OLE color: 13249222.

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

Color convert

RGB 198 42 202 -
CMYK 0.02 0.79 0 0.21
HSL 298.5º 0.66% 0.48% -
HSV(B) 298.5º 0.79% 0.79% -
XYZ 34.78 17.93 57.5 -
YUV 106.88 181.68 192.99 -
System Red Green Blue C M Y K H S L
Decimal 198 42 202 0.02 0.79 0 0.21 298.5 0.66 0.48
Hex C6 2A CA 2 4F 0 15 12A 42 30
Octal 306 52 312 2 117 0 25 452 102 60
Binary 11000110 101010 11001010 10 1001111 0 10101 100101010 1000010 110000

Color Harmonies of #C62ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62ACA

Black with #C62ACA

Text Example


Text Example

White with #C62ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62ACA; }

 p { color: rgb(198,42,202); }

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

background-color css

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

 a { background-color: rgb(198,42,202); }

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

border-color css

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

 span { border-color: rgb(198,42,202); }

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