Html Css Color HEX #C25CCB Fuchsia

📋 copy color: '#C25CCB'

red 194 ◦ green 92 ◦ blue 203

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

Shades of Fuchsia #C25CCB

Tints of Fuchsia #C25CCB

RGB

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

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

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

R = 39.67%
G = 18.81%
B = 41.51%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C25CCB (or 0xC25CCB) is known color: Fuchsia. HEX triplet: C2, 5C and CB. RGB value is (194,92,203). Sum of RGB (Red+Green+Blue) = 194+92+203=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #C25CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CCB is #3DA334. Grayscale: #868686. Windows color (decimal): -4039477 or 13327554. OLE color: 13327554.

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

Color convert

RGB 194 92 203 -
CMYK 0.04 0.55 0 0.20
HSL 295.14º 0.52% 0.58% -
HSV(B) 295.14º 0.55% 0.8% -
XYZ 36.85 23.44 59.08 -
YUV 135.15 166.29 169.97 -
System Red Green Blue C M Y K H S L
Decimal 194 92 203 0.04 0.55 0 0.20 295.14 0.52 0.58
Hex C2 5C CB 4 37 0 14 127 34 3A
Octal 302 134 313 4 67 0 24 447 64 72
Binary 11000010 1011100 11001011 100 110111 0 10100 100100111 110100 111010

Color Harmonies of #C25CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25CCB

Black with #C25CCB

Text Example


Text Example

White with #C25CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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