Html Css Color HEX #C25CC3 Fuchsia

📋 copy color: '#C25CC3'

red 194 ◦ green 92 ◦ blue 195

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

Shades of Fuchsia #C25CC3

Tints of Fuchsia #C25CC3

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.13%

 BLUE value IS 195 (76.56% from 255) = 40.54%

R = 40.33%
G = 19.13%
B = 40.54%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C25CC3 (or 0xC25CC3) is known color: Fuchsia. HEX triplet: C2, 5C and C3. RGB value is (194,92,195). Sum of RGB (Red+Green+Blue) = 194+92+195=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 195 - color contains mainly: blue. Hex color #C25CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CC3 is #3DA33C. Grayscale: #858585. Windows color (decimal): -4039485 or 12803266. OLE color: 12803266.

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

Color convert

RGB 194 92 195 -
CMYK 0.01 0.53 0 0.24
HSL 299.42º 0.46% 0.56% -
HSV(B) 299.42º 0.53% 0.76% -
XYZ 35.93 23.06 54.19 -
YUV 134.24 162.29 170.62 -
System Red Green Blue C M Y K H S L
Decimal 194 92 195 0.01 0.53 0 0.24 299.42 0.46 0.56
Hex C2 5C C3 1 35 0 18 12B 2E 38
Octal 302 134 303 1 65 0 30 453 56 70
Binary 11000010 1011100 11000011 1 110101 0 11000 100101011 101110 111000

Color Harmonies of #C25CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25CC3

Black with #C25CC3

Text Example


Text Example

White with #C25CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25CC3; }

 p { color: rgb(194,92,195); }

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

background-color css

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

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

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

border-color css

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

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

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