Html Css Color HEX #C12DB8 Fuchsia

📋 copy color: '#C12DB8'

red 193 ◦ green 45 ◦ blue 184

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

Shades of Fuchsia #C12DB8

Tints of Fuchsia #C12DB8

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.66%

 BLUE value IS 184 (72.27% from 255) = 43.6%

R = 45.73%
G = 10.66%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C12DB8 (or 0xC12DB8) is known color: Fuchsia. HEX triplet: C1, 2D and B8. RGB value is (193,45,184). Sum of RGB (Red+Green+Blue) = 193+45+184=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 45 (17.97% from 255 or 10.66% from 422); Blue value is 184 (72.27% from 255 or 43.60% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C12DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12DB8 is #3ED247. Grayscale: #686868. Windows color (decimal): -4117064 or 12070337. OLE color: 12070337.

HSL color Cylindrical-coordinate representation of color #C12DB8: hue angle of 303.65º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12DB8 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 45 184 -
CMYK 0 0.77 0.05 0.24
HSL 303.65º 0.62% 0.47% -
HSV(B) 303.65º 0.77% 0.76% -
XYZ 31.58 16.67 46.9 -
YUV 105.1 172.53 190.7 -
System Red Green Blue C M Y K H S L
Decimal 193 45 184 0 0.77 0.05 0.24 303.65 0.62 0.47
Hex C1 2D B8 0 4D 5 18 130 3E 2F
Octal 301 55 270 0 115 5 30 460 76 57
Binary 11000001 101101 10111000 0 1001101 101 11000 100110000 111110 101111

Color Harmonies of #C12DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12DB8

Black with #C12DB8

Text Example


Text Example

White with #C12DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12DB8; }

 p { color: rgb(193,45,184); }

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

background-color css

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

 a { background-color: rgb(193,45,184); }

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

border-color css

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

 span { border-color: rgb(193,45,184); }

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