Html Css Color HEX #C25CB6 Fuchsia

📋 copy color: '#C25CB6'

red 194 ◦ green 92 ◦ blue 182

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

Shades of Fuchsia #C25CB6

Tints of Fuchsia #C25CB6

RGB

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

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

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

R = 41.45%
G = 19.66%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C25CB6 (or 0xC25CB6) is known color: Fuchsia. HEX triplet: C2, 5C and B6. RGB value is (194,92,182). Sum of RGB (Red+Green+Blue) = 194+92+182=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 182 (71.48% from 255 or 38.89% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C25CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CB6 is #3DA349. Grayscale: #848484. Windows color (decimal): -4039498 or 11951298. OLE color: 11951298.

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

Color convert

RGB 194 92 182 -
CMYK 0 0.53 0.06 0.24
HSL 307.06º 0.46% 0.56% -
HSV(B) 307.06º 0.53% 0.76% -
XYZ 34.52 22.5 46.78 -
YUV 132.76 155.79 171.68 -
System Red Green Blue C M Y K H S L
Decimal 194 92 182 0 0.53 0.06 0.24 307.06 0.46 0.56
Hex C2 5C B6 0 35 6 18 133 2E 38
Octal 302 134 266 0 65 6 30 463 56 70
Binary 11000010 1011100 10110110 0 110101 110 11000 100110011 101110 111000

Color Harmonies of #C25CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25CB6

Black with #C25CB6

Text Example


Text Example

White with #C25CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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