Html Css Color HEX #C25CBC Fuchsia

📋 copy color: '#C25CBC'

red 194 ◦ green 92 ◦ blue 188

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

Shades of Fuchsia #C25CBC

Tints of Fuchsia #C25CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.66%

R = 40.93%
G = 19.41%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C25CBC (or 0xC25CBC) is known color: Fuchsia. HEX triplet: C2, 5C and BC. RGB value is (194,92,188). Sum of RGB (Red+Green+Blue) = 194+92+188=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C25CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CBC is #3DA343. Grayscale: #858585. Windows color (decimal): -4039492 or 12344514. OLE color: 12344514.

HSL color Cylindrical-coordinate representation of color #C25CBC: hue angle of 303.53º 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 #C25CBC is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 92 188 -
CMYK 0 0.53 0.03 0.24
HSL 303.53º 0.46% 0.56% -
HSV(B) 303.53º 0.53% 0.76% -
XYZ 35.15 22.75 50.12 -
YUV 133.44 158.79 171.19 -
System Red Green Blue C M Y K H S L
Decimal 194 92 188 0 0.53 0.03 0.24 303.53 0.46 0.56
Hex C2 5C BC 0 35 3 18 130 2E 38
Octal 302 134 274 0 65 3 30 460 56 70
Binary 11000010 1011100 10111100 0 110101 11 11000 100110000 101110 111000

Color Harmonies of #C25CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25CBC

Black with #C25CBC

Text Example


Text Example

White with #C25CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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