Html Css Color HEX #C258CB Fuchsia

📋 copy color: '#C258CB'

red 194 ◦ green 88 ◦ blue 203

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

Shades of Fuchsia #C258CB

Tints of Fuchsia #C258CB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.14%

 BLUE value IS 203 (79.69% from 255) = 41.86%

R = 40%
G = 18.14%
B = 41.86%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C258CB (or 0xC258CB) is known color: Fuchsia. HEX triplet: C2, 58 and CB. RGB value is (194,88,203). Sum of RGB (Red+Green+Blue) = 194+88+203=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #C258CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C258CB is #3DA734. Grayscale: #848484. Windows color (decimal): -4040501 or 13326530. OLE color: 13326530.

HSL color Cylindrical-coordinate representation of color #C258CB: hue angle of 295.3º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C258CB is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 88 203 -
CMYK 0.04 0.57 0 0.20
HSL 295.3º 0.53% 0.57% -
HSV(B) 295.3º 0.57% 0.8% -
XYZ 36.52 22.76 58.97 -
YUV 132.8 167.62 171.65 -
System Red Green Blue C M Y K H S L
Decimal 194 88 203 0.04 0.57 0 0.20 295.3 0.53 0.57
Hex C2 58 CB 4 39 0 14 127 35 39
Octal 302 130 313 4 71 0 24 447 65 71
Binary 11000010 1011000 11001011 100 111001 0 10100 100100111 110101 111001

Color Harmonies of #C258CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C258CB

Black with #C258CB

Text Example


Text Example

White with #C258CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C258CB; }

 p { color: rgb(194,88,203); }

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

background-color css

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

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

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

border-color css

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

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

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