Html Css Color HEX #C15CCB Fuchsia

📋 copy color: '#C15CCB'

red 193 ◦ green 92 ◦ blue 203

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

Shades of Fuchsia #C15CCB

Tints of Fuchsia #C15CCB

RGB

 RED value IS 193 (75.78% from 255) = 39.55%

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

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

R = 39.55%
G = 18.85%
B = 41.6%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C15CCB (or 0xC15CCB) is known color: Fuchsia. HEX triplet: C1, 5C and CB. RGB value is (193,92,203). Sum of RGB (Red+Green+Blue) = 193+92+203=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #C15CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15CCB is #3EA334. Grayscale: #868686. Windows color (decimal): -4105013 or 13327553. OLE color: 13327553.

HSL color Cylindrical-coordinate representation of color #C15CCB: hue angle of 294.59º 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 #C15CCB is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 92 203 -
CMYK 0.05 0.55 0 0.20
HSL 294.59º 0.52% 0.58% -
HSV(B) 294.59º 0.55% 0.8% -
XYZ 36.6 23.3 59.07 -
YUV 134.85 166.46 169.47 -
System Red Green Blue C M Y K H S L
Decimal 193 92 203 0.05 0.55 0 0.20 294.59 0.52 0.58
Hex C1 5C CB 5 37 0 14 127 34 3A
Octal 301 134 313 5 67 0 24 447 64 72
Binary 11000001 1011100 11001011 101 110111 0 10100 100100111 110100 111010

Color Harmonies of #C15CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15CCB

Black with #C15CCB

Text Example


Text Example

White with #C15CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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