Html Css Color HEX #C620CB Deep Magenta

📋 copy color: '#C620CB'

red 198 ◦ green 32 ◦ blue 203

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

Shades of Deep Magenta #C620CB

Tints of Deep Magenta #C620CB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.39%

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

R = 45.73%
G = 7.39%
B = 46.88%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C620CB (or 0xC620CB) is known color: Deep Magenta. HEX triplet: C6, 20 and CB. RGB value is (198,32,203). Sum of RGB (Red+Green+Blue) = 198+32+203=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 32 (12.89% from 255 or 7.39% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #C620CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C620CB is #39DF34. Grayscale: #646464. Windows color (decimal): -3792693 or 13312198. OLE color: 13312198.

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

Color convert

RGB 198 32 203 -
CMYK 0.02 0.84 0 0.20
HSL 298.25º 0.73% 0.46% -
HSV(B) 298.25º 0.84% 0.8% -
XYZ 34.58 17.35 58.03 -
YUV 101.13 185.5 197.1 -
System Red Green Blue C M Y K H S L
Decimal 198 32 203 0.02 0.84 0 0.20 298.25 0.73 0.46
Hex C6 20 CB 2 54 0 14 12A 49 2E
Octal 306 40 313 2 124 0 24 452 111 56
Binary 11000110 100000 11001011 10 1010100 0 10100 100101010 1001001 101110

Color Harmonies of #C620CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C620CB

Black with #C620CB

Text Example


Text Example

White with #C620CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C620CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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