Html Css Color HEX #C615CB Deep Magenta

📋 copy color: '#C615CB'

red 198 ◦ green 21 ◦ blue 203

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

Shades of Deep Magenta #C615CB

Tints of Deep Magenta #C615CB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.98%

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

R = 46.92%
G = 4.98%
B = 48.1%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C615CB (or 0xC615CB) is known color: Deep Magenta. HEX triplet: C6, 15 and CB. RGB value is (198,21,203). Sum of RGB (Red+Green+Blue) = 198+21+203=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #C615CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C615CB is #39EA34. Grayscale: #5E5E5E. Windows color (decimal): -3795509 or 13309382. OLE color: 13309382.

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

Color convert

RGB 198 21 203 -
CMYK 0.02 0.90 0 0.20
HSL 298.35º 0.81% 0.44% -
HSV(B) 298.35º 0.9% 0.8% -
XYZ 34.34 16.85 57.94 -
YUV 94.67 189.14 201.7 -
System Red Green Blue C M Y K H S L
Decimal 198 21 203 0.02 0.90 0 0.20 298.35 0.81 0.44
Hex C6 15 CB 2 5A 0 14 12A 51 2C
Octal 306 25 313 2 132 0 24 452 121 54
Binary 11000110 10101 11001011 10 1011010 0 10100 100101010 1010001 101100

Color Harmonies of #C615CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C615CB

Black with #C615CB

Text Example


Text Example

White with #C615CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C615CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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