Html Css Color HEX #C62ACB Deep Magenta

📋 copy color: '#C62ACB'

red 198 ◦ green 42 ◦ blue 203

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

Shades of Deep Magenta #C62ACB

Tints of Deep Magenta #C62ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.82%

R = 44.7%
G = 9.48%
B = 45.82%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C62ACB (or 0xC62ACB) is known color: Deep Magenta. HEX triplet: C6, 2A and CB. RGB value is (198,42,203). Sum of RGB (Red+Green+Blue) = 198+42+203=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 42 (16.80% from 255 or 9.48% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #C62ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62ACB is #39D534. Grayscale: #6A6A6A. Windows color (decimal): -3790133 or 13314758. OLE color: 13314758.

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

Color convert

RGB 198 42 203 -
CMYK 0.02 0.79 0 0.20
HSL 298.14º 0.66% 0.48% -
HSV(B) 298.14º 0.79% 0.8% -
XYZ 34.9 17.97 58.13 -
YUV 107 182.18 192.91 -
System Red Green Blue C M Y K H S L
Decimal 198 42 203 0.02 0.79 0 0.20 298.14 0.66 0.48
Hex C6 2A CB 2 4F 0 14 12A 42 30
Octal 306 52 313 2 117 0 24 452 102 60
Binary 11000110 101010 11001011 10 1001111 0 10100 100101010 1000010 110000

Color Harmonies of #C62ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62ACB

Black with #C62ACB

Text Example


Text Example

White with #C62ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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