Html Css Color HEX #C114CC Deep Magenta

📋 copy color: '#C114CC'

red 193 ◦ green 20 ◦ blue 204

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

Shades of Deep Magenta #C114CC

Tints of Deep Magenta #C114CC

RGB

 RED value IS 193 (75.78% from 255) = 46.28%

 GREEN value IS 20 (8.2% from 255) = 4.8%

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 46.28%
G = 4.8%
B = 48.92%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C114CC (or 0xC114CC) is known color: Deep Magenta. HEX triplet: C1, 14 and CC. RGB value is (193,20,204). Sum of RGB (Red+Green+Blue) = 193+20+204=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 20 (8.20% from 255 or 4.80% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #C114CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C114CC is #3EEB33. Grayscale: #5C5C5C. Windows color (decimal): -4123444 or 13374657. OLE color: 13374657.

HSL color Cylindrical-coordinate representation of color #C114CC: hue angle of 296.41º degrees, saturation: 0.82, 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 #C114CC is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 20 204 -
CMYK 0.05 0.90 0 0.2
HSL 296.41º 0.82% 0.44% -
HSV(B) 296.41º 0.9% 0.8% -
XYZ 33.14 16.2 58.51 -
YUV 92.7 190.81 199.54 -
System Red Green Blue C M Y K H S L
Decimal 193 20 204 0.05 0.90 0 0.2 296.41 0.82 0.44
Hex C1 14 CC 5 5A 0 14 128 52 2C
Octal 301 24 314 5 132 0 24 450 122 54
Binary 11000001 10100 11001100 101 1011010 0 10100 100101000 1010010 101100

Color Harmonies of #C114CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C114CC

Black with #C114CC

Text Example


Text Example

White with #C114CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C114CC; }

 p { color: rgb(193,20,204); }

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

background-color css

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

 a { background-color: rgb(193,20,204); }

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

border-color css

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

 span { border-color: rgb(193,20,204); }

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