Html Css Color HEX #C12CCB Fuchsia

📋 copy color: '#C12CCB'

red 193 ◦ green 44 ◦ blue 203

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

Shades of Fuchsia #C12CCB

Tints of Fuchsia #C12CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.14%

R = 43.86%
G = 10%
B = 46.14%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C12CCB (or 0xC12CCB) is known color: Fuchsia. HEX triplet: C1, 2C and CB. RGB value is (193,44,203). Sum of RGB (Red+Green+Blue) = 193+44+203=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #C12CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12CCB is #3ED334. Grayscale: #6A6A6A. Windows color (decimal): -4117301 or 13315265. OLE color: 13315265.

HSL color Cylindrical-coordinate representation of color #C12CCB: hue angle of 296.23º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12CCB is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 44 203 -
CMYK 0.05 0.78 0 0.20
HSL 296.23º 0.64% 0.48% -
HSV(B) 296.23º 0.78% 0.8% -
XYZ 33.67 17.45 58.09 -
YUV 106.68 182.36 189.57 -
System Red Green Blue C M Y K H S L
Decimal 193 44 203 0.05 0.78 0 0.20 296.23 0.64 0.48
Hex C1 2C CB 5 4E 0 14 128 40 30
Octal 301 54 313 5 116 0 24 450 100 60
Binary 11000001 101100 11001011 101 1001110 0 10100 100101000 1000000 110000

Color Harmonies of #C12CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12CCB

Black with #C12CCB

Text Example


Text Example

White with #C12CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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