Html Css Color HEX #C018B3 Deep Magenta

📋 copy color: '#C018B3'

red 192 ◦ green 24 ◦ blue 179

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

Shades of Deep Magenta #C018B3

Tints of Deep Magenta #C018B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.32%

R = 48.61%
G = 6.08%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C018B3 (or 0xC018B3) is known color: Deep Magenta. HEX triplet: C0, 18 and B3. RGB value is (192,24,179). Sum of RGB (Red+Green+Blue) = 192+24+179=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 179 (70.31% from 255 or 45.32% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C018B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C018B3 is #3FE74C. Grayscale: #5B5B5B. Windows color (decimal): -4187981 or 11737280. OLE color: 11737280.

HSL color Cylindrical-coordinate representation of color #C018B3: hue angle of 304.64º 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 #C018B3 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 179 -
CMYK 0 0.88 0.07 0.25
HSL 304.64º 0.78% 0.42% -
HSV(B) 304.64º 0.88% 0.75% -
XYZ 30.2 15.11 43.97 -
YUV 91.9 177.16 199.4 -
System Red Green Blue C M Y K H S L
Decimal 192 24 179 0 0.88 0.07 0.25 304.64 0.78 0.42
Hex C0 18 B3 0 58 7 19 131 4E 2A
Octal 300 30 263 0 130 7 31 461 116 52
Binary 11000000 11000 10110011 0 1011000 111 11001 100110001 1001110 101010

Color Harmonies of #C018B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018B3

Black with #C018B3

Text Example


Text Example

White with #C018B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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