Html Css Color HEX #C12CBB Fuchsia

📋 copy color: '#C12CBB'

red 193 ◦ green 44 ◦ blue 187

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

Shades of Fuchsia #C12CBB

Tints of Fuchsia #C12CBB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.38%

 BLUE value IS 187 (73.44% from 255) = 44.1%

R = 45.52%
G = 10.38%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C12CBB (or 0xC12CBB) is known color: Fuchsia. HEX triplet: C1, 2C and BB. RGB value is (193,44,187). Sum of RGB (Red+Green+Blue) = 193+44+187=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 44 (17.58% from 255 or 10.38% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C12CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12CBB is #3ED344. Grayscale: #686868. Windows color (decimal): -4117317 or 12266689. OLE color: 12266689.

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

Color convert

RGB 193 44 187 -
CMYK 0 0.77 0.03 0.24
HSL 302.42º 0.63% 0.46% -
HSV(B) 302.42º 0.77% 0.76% -
XYZ 31.86 16.73 48.56 -
YUV 104.85 174.36 190.87 -
System Red Green Blue C M Y K H S L
Decimal 193 44 187 0 0.77 0.03 0.24 302.42 0.63 0.46
Hex C1 2C BB 0 4D 3 18 12E 3F 2E
Octal 301 54 273 0 115 3 30 456 77 56
Binary 11000001 101100 10111011 0 1001101 11 11000 100101110 111111 101110

Color Harmonies of #C12CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12CBB

Black with #C12CBB

Text Example


Text Example

White with #C12CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12CBB; }

 p { color: rgb(193,44,187); }

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

background-color css

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

 a { background-color: rgb(193,44,187); }

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

border-color css

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

 span { border-color: rgb(193,44,187); }

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