Html Css Color HEX #C25FB6 Fuchsia

📋 copy color: '#C25FB6'

red 194 ◦ green 95 ◦ blue 182

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

Shades of Fuchsia #C25FB6

Tints of Fuchsia #C25FB6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.17%

 BLUE value IS 182 (71.48% from 255) = 38.64%

R = 41.19%
G = 20.17%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C25FB6 (or 0xC25FB6) is known color: Fuchsia. HEX triplet: C2, 5F and B6. RGB value is (194,95,182). Sum of RGB (Red+Green+Blue) = 194+95+182=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C25FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25FB6 is #3DA049. Grayscale: #868686. Windows color (decimal): -4038730 or 11952066. OLE color: 11952066.

HSL color Cylindrical-coordinate representation of color #C25FB6: hue angle of 307.27º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C25FB6 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 95 182 -
CMYK 0 0.51 0.06 0.24
HSL 307.27º 0.45% 0.57% -
HSV(B) 307.27º 0.51% 0.76% -
XYZ 34.78 23.03 46.87 -
YUV 134.52 154.8 170.43 -
System Red Green Blue C M Y K H S L
Decimal 194 95 182 0 0.51 0.06 0.24 307.27 0.45 0.57
Hex C2 5F B6 0 33 6 18 133 2D 39
Octal 302 137 266 0 63 6 30 463 55 71
Binary 11000010 1011111 10110110 0 110011 110 11000 100110011 101101 111001

Color Harmonies of #C25FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25FB6

Black with #C25FB6

Text Example


Text Example

White with #C25FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25FB6; }

 p { color: rgb(194,95,182); }

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

background-color css

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

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

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

border-color css

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

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

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