Html Css Color HEX #C024BC Deep Magenta

📋 copy color: '#C024BC'

red 192 ◦ green 36 ◦ blue 188

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

Shades of Deep Magenta #C024BC

Tints of Deep Magenta #C024BC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.65%

 BLUE value IS 188 (73.83% from 255) = 45.19%

R = 46.15%
G = 8.65%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C024BC (or 0xC024BC) is known color: Deep Magenta. HEX triplet: C0, 24 and BC. RGB value is (192,36,188). Sum of RGB (Red+Green+Blue) = 192+36+188=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C024BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C024BC is #3FDB43. Grayscale: #636363. Windows color (decimal): -4184900 or 12330176. OLE color: 12330176.

HSL color Cylindrical-coordinate representation of color #C024BC: hue angle of 301.54º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C024BC is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 36 188 -
CMYK 0 0.81 0.02 0.25
HSL 301.54º 0.68% 0.45% -
HSV(B) 301.54º 0.81% 0.75% -
XYZ 31.45 16.1 49.03 -
YUV 99.97 177.68 193.64 -
System Red Green Blue C M Y K H S L
Decimal 192 36 188 0 0.81 0.02 0.25 301.54 0.68 0.45
Hex C0 24 BC 0 51 2 19 12E 44 2D
Octal 300 44 274 0 121 2 31 456 104 55
Binary 11000000 100100 10111100 0 1010001 10 11001 100101110 1000100 101101

Color Harmonies of #C024BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C024BC

Black with #C024BC

Text Example


Text Example

White with #C024BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C024BC; }

 p { color: rgb(192,36,188); }

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

background-color css

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

 a { background-color: rgb(192,36,188); }

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

border-color css

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

 span { border-color: rgb(192,36,188); }

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