Html Css Color HEX #C018B5 Deep Magenta

📋 copy color: '#C018B5'

red 192 ◦ green 24 ◦ blue 181

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

Shades of Deep Magenta #C018B5

Tints of Deep Magenta #C018B5

RGB

 RED value IS 192 (75.39% from 255) = 48.36%

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

 BLUE value IS 181 (71.09% from 255) = 45.59%

R = 48.36%
G = 6.05%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C018B5 (or 0xC018B5) is known color: Deep Magenta. HEX triplet: C0, 18 and B5. RGB value is (192,24,181). Sum of RGB (Red+Green+Blue) = 192+24+181=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 181 (71.09% from 255 or 45.59% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C018B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C018B5 is #3FE74A. Grayscale: #5B5B5B. Windows color (decimal): -4187979 or 11868352. OLE color: 11868352.

HSL color Cylindrical-coordinate representation of color #C018B5: hue angle of 303.93º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C018B5 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 181 -
CMYK 0 0.88 0.06 0.25
HSL 303.93º 0.78% 0.42% -
HSV(B) 303.93º 0.88% 0.75% -
XYZ 30.41 15.2 45.05 -
YUV 92.13 178.16 199.23 -
System Red Green Blue C M Y K H S L
Decimal 192 24 181 0 0.88 0.06 0.25 303.93 0.78 0.42
Hex C0 18 B5 0 58 6 19 130 4E 2A
Octal 300 30 265 0 130 6 31 460 116 52
Binary 11000000 11000 10110101 0 1011000 110 11001 100110000 1001110 101010

Color Harmonies of #C018B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018B5

Black with #C018B5

Text Example


Text Example

White with #C018B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018B5; }

 p { color: rgb(192,24,181); }

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

background-color css

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

 a { background-color: rgb(192,24,181); }

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

border-color css

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

 span { border-color: rgb(192,24,181); }

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