Html Css Color HEX #C618CB Deep Magenta

📋 copy color: '#C618CB'

red 198 ◦ green 24 ◦ blue 203

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

Shades of Deep Magenta #C618CB

Tints of Deep Magenta #C618CB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.65%

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

R = 46.59%
G = 5.65%
B = 47.76%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C618CB (or 0xC618CB) is known color: Deep Magenta. HEX triplet: C6, 18 and CB. RGB value is (198,24,203). Sum of RGB (Red+Green+Blue) = 198+24+203=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 24 (9.77% from 255 or 5.65% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #C618CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C618CB is #39E734. Grayscale: #5F5F5F. Windows color (decimal): -3794741 or 13310150. OLE color: 13310150.

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

Color convert

RGB 198 24 203 -
CMYK 0.02 0.88 0 0.20
HSL 298.32º 0.79% 0.45% -
HSV(B) 298.32º 0.88% 0.8% -
XYZ 34.39 16.97 57.96 -
YUV 96.43 188.15 200.45 -
System Red Green Blue C M Y K H S L
Decimal 198 24 203 0.02 0.88 0 0.20 298.32 0.79 0.45
Hex C6 18 CB 2 58 0 14 12A 4F 2D
Octal 306 30 313 2 130 0 24 452 117 55
Binary 11000110 11000 11001011 10 1011000 0 10100 100101010 1001111 101101

Color Harmonies of #C618CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C618CB

Black with #C618CB

Text Example


Text Example

White with #C618CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C618CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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