Html Css Color HEX #C12FCB Fuchsia

📋 copy color: '#C12FCB'

red 193 ◦ green 47 ◦ blue 203

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

Shades of Fuchsia #C12FCB

Tints of Fuchsia #C12FCB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.61%

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

R = 43.57%
G = 10.61%
B = 45.82%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C12FCB (or 0xC12FCB) is known color: Fuchsia. HEX triplet: C1, 2F and CB. RGB value is (193,47,203). Sum of RGB (Red+Green+Blue) = 193+47+203=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 47 (18.75% from 255 or 10.61% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #C12FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12FCB is #3ED034. Grayscale: #6B6B6B. Windows color (decimal): -4116533 or 13316033. OLE color: 13316033.

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

Color convert

RGB 193 47 203 -
CMYK 0.05 0.77 0 0.20
HSL 296.15º 0.62% 0.49% -
HSV(B) 296.15º 0.77% 0.8% -
XYZ 33.79 17.68 58.13 -
YUV 108.44 181.37 188.32 -
System Red Green Blue C M Y K H S L
Decimal 193 47 203 0.05 0.77 0 0.20 296.15 0.62 0.49
Hex C1 2F CB 5 4D 0 14 128 3E 31
Octal 301 57 313 5 115 0 24 450 76 61
Binary 11000001 101111 11001011 101 1001101 0 10100 100101000 111110 110001

Color Harmonies of #C12FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12FCB

Black with #C12FCB

Text Example


Text Example

White with #C12FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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