Html Css Color HEX #C626CB Deep Magenta

📋 copy color: '#C626CB'

red 198 ◦ green 38 ◦ blue 203

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

Shades of Deep Magenta #C626CB

Tints of Deep Magenta #C626CB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.66%

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

R = 45.1%
G = 8.66%
B = 46.24%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C626CB (or 0xC626CB) is known color: Deep Magenta. HEX triplet: C6, 26 and CB. RGB value is (198,38,203). Sum of RGB (Red+Green+Blue) = 198+38+203=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #C626CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C626CB is #39D934. Grayscale: #686868. Windows color (decimal): -3791157 or 13313734. OLE color: 13313734.

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

Color convert

RGB 198 38 203 -
CMYK 0.02 0.81 0 0.20
HSL 298.18º 0.68% 0.47% -
HSV(B) 298.18º 0.81% 0.8% -
XYZ 34.76 17.7 58.08 -
YUV 104.65 183.51 194.58 -
System Red Green Blue C M Y K H S L
Decimal 198 38 203 0.02 0.81 0 0.20 298.18 0.68 0.47
Hex C6 26 CB 2 51 0 14 12A 44 2F
Octal 306 46 313 2 121 0 24 452 104 57
Binary 11000110 100110 11001011 10 1010001 0 10100 100101010 1000100 101111

Color Harmonies of #C626CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C626CB

Black with #C626CB

Text Example


Text Example

White with #C626CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C626CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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