Html Css Color HEX #C25FB3 Fuchsia

📋 copy color: '#C25FB3'

red 194 ◦ green 95 ◦ blue 179

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

Shades of Fuchsia #C25FB3

Tints of Fuchsia #C25FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.25%

R = 41.45%
G = 20.3%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C25FB3 (or 0xC25FB3) is known color: Fuchsia. HEX triplet: C2, 5F and B3. RGB value is (194,95,179). Sum of RGB (Red+Green+Blue) = 194+95+179=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C25FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25FB3 is #3DA04C. Grayscale: #858585. Windows color (decimal): -4038733 or 11755458. OLE color: 11755458.

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

Color convert

RGB 194 95 179 -
CMYK 0 0.51 0.08 0.24
HSL 309.09º 0.45% 0.57% -
HSV(B) 309.09º 0.51% 0.76% -
XYZ 34.48 22.91 45.25 -
YUV 134.18 153.3 170.67 -
System Red Green Blue C M Y K H S L
Decimal 194 95 179 0 0.51 0.08 0.24 309.09 0.45 0.57
Hex C2 5F B3 0 33 8 18 135 2D 39
Octal 302 137 263 0 63 10 30 465 55 71
Binary 11000010 1011111 10110011 0 110011 1000 11000 100110101 101101 111001

Color Harmonies of #C25FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25FB3

Black with #C25FB3

Text Example


Text Example

White with #C25FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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