Html Css Color HEX #C232C2 Fuchsia

📋 copy color: '#C232C2'

red 194 ◦ green 50 ◦ blue 194

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

Shades of Fuchsia #C232C2

Tints of Fuchsia #C232C2

RGB

 RED value IS 194 (76.17% from 255) = 44.29%

 GREEN value IS 50 (19.92% from 255) = 11.42%

 BLUE value IS 194 (76.17% from 255) = 44.29%

R = 44.29%
G = 11.42%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C232C2 (or 0xC232C2) is known color: Fuchsia. HEX triplet: C2, 32 and C2. RGB value is (194,50,194). Sum of RGB (Red+Green+Blue) = 194+50+194=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C232C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C232C2 is #3DCD3D. Grayscale: #6D6D6D. Windows color (decimal): -4050238 or 12726978. OLE color: 12726978.

HSL color Cylindrical-coordinate representation of color #C232C2: hue angle of 300º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C232C2 is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 50 194 -
CMYK 0 0.74 0 0.24
HSL 300º 0.59% 0.48% -
HSV(B) 300º 0.74% 0.76% -
XYZ 33.13 17.65 52.7 -
YUV 109.47 175.71 188.29 -
System Red Green Blue C M Y K H S L
Decimal 194 50 194 0 0.74 0 0.24 300 0.59 0.48
Hex C2 32 C2 0 4A 0 18 12C 3B 30
Octal 302 62 302 0 112 0 30 454 73 60
Binary 11000010 110010 11000010 0 1001010 0 11000 100101100 111011 110000

Color Harmonies of #C232C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C232C2

Black with #C232C2

Text Example


Text Example

White with #C232C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C232C2; }

 p { color: rgb(194,50,194); }

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

background-color css

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

 a { background-color: rgb(194,50,194); }

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

border-color css

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

 span { border-color: rgb(194,50,194); }

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