Html Css Color HEX #C018B4 Deep Magenta

📋 copy color: '#C018B4'

red 192 ◦ green 24 ◦ blue 180

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

Shades of Deep Magenta #C018B4

Tints of Deep Magenta #C018B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.45%

R = 48.48%
G = 6.06%
B = 45.45%

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

#C018B4 (or 0xC018B4) is known color: Deep Magenta. HEX triplet: C0, 18 and B4. RGB value is (192,24,180). Sum of RGB (Red+Green+Blue) = 192+24+180=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 180 (70.70% from 255 or 45.45% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C018B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C018B4 is #3FE74B. Grayscale: #5B5B5B. Windows color (decimal): -4187980 or 11802816. OLE color: 11802816.

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

Color convert

RGB 192 24 180 -
CMYK 0 0.88 0.06 0.25
HSL 304.29º 0.78% 0.42% -
HSV(B) 304.29º 0.88% 0.75% -
XYZ 30.3 15.16 44.51 -
YUV 92.02 177.66 199.32 -
System Red Green Blue C M Y K H S L
Decimal 192 24 180 0 0.88 0.06 0.25 304.29 0.78 0.42
Hex C0 18 B4 0 58 6 19 130 4E 2A
Octal 300 30 264 0 130 6 31 460 116 52
Binary 11000000 11000 10110100 0 1011000 110 11001 100110000 1001110 101010

Color Harmonies of #C018B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018B4

Black with #C018B4

Text Example


Text Example

White with #C018B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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