Html Css Color HEX #C62BD4 Deep Magenta

📋 copy color: '#C62BD4'

red 198 ◦ green 43 ◦ blue 212

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

Shades of Deep Magenta #C62BD4

Tints of Deep Magenta #C62BD4

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.49%

 BLUE value IS 212 (83.2% from 255) = 46.8%

R = 43.71%
G = 9.49%
B = 46.8%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C62BD4 (or 0xC62BD4) is known color: Deep Magenta. HEX triplet: C6, 2B and D4. RGB value is (198,43,212). Sum of RGB (Red+Green+Blue) = 198+43+212=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 43 (17.19% from 255 or 9.49% from 453); Blue value is 212 (83.20% from 255 or 46.80% from 453); Max value from RGB is 212 - color contains mainly: blue. Hex color #C62BD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BD4 is #39D42B. Grayscale: #6C6C6C. Windows color (decimal): -3789868 or 13904838. OLE color: 13904838.

HSL color Cylindrical-coordinate representation of color #C62BD4: hue angle of 295.03º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62BD4 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 198 43 212 -
CMYK 0.07 0.80 0 0.17
HSL 295.03º 0.66% 0.5% -
HSV(B) 295.03º 0.8% 0.83% -
XYZ 36.04 18.49 63.96 -
YUV 108.61 186.35 191.76 -
System Red Green Blue C M Y K H S L
Decimal 198 43 212 0.07 0.80 0 0.17 295.03 0.66 0.5
Hex C6 2B D4 7 50 0 11 127 42 32
Octal 306 53 324 7 120 0 21 447 102 62
Binary 11000110 101011 11010100 111 1010000 0 10001 100100111 1000010 110010

Color Harmonies of #C62BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62BD4

Black with #C62BD4

Text Example


Text Example

White with #C62BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62BD4; }

 p { color: rgb(198,43,212); }

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

background-color css

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

 a { background-color: rgb(198,43,212); }

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

border-color css

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

 span { border-color: rgb(198,43,212); }

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