Html Css Color HEX #C613CB Deep Magenta

📋 copy color: '#C613CB'

red 198 ◦ green 19 ◦ blue 203

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

Shades of Deep Magenta #C613CB

Tints of Deep Magenta #C613CB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.52%

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

R = 47.14%
G = 4.52%
B = 48.33%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C613CB (or 0xC613CB) is known color: Deep Magenta. HEX triplet: C6, 13 and CB. RGB value is (198,19,203). Sum of RGB (Red+Green+Blue) = 198+19+203=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #C613CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C613CB is #39EC34. Grayscale: #5C5C5C. Windows color (decimal): -3796021 or 13308870. OLE color: 13308870.

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

Color convert

RGB 198 19 203 -
CMYK 0.02 0.91 0 0.20
HSL 298.37º 0.83% 0.44% -
HSV(B) 298.37º 0.91% 0.8% -
XYZ 34.3 16.78 57.93 -
YUV 93.5 189.8 202.54 -
System Red Green Blue C M Y K H S L
Decimal 198 19 203 0.02 0.91 0 0.20 298.37 0.83 0.44
Hex C6 13 CB 2 5B 0 14 12A 53 2C
Octal 306 23 313 2 133 0 24 452 123 54
Binary 11000110 10011 11001011 10 1011011 0 10100 100101010 1010011 101100

Color Harmonies of #C613CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C613CB

Black with #C613CB

Text Example


Text Example

White with #C613CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C613CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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