Html Css Color HEX #C153CC Fuchsia

📋 copy color: '#C153CC'

red 193 ◦ green 83 ◦ blue 204

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

Shades of Fuchsia #C153CC

Tints of Fuchsia #C153CC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.29%

 BLUE value IS 204 (80.08% from 255) = 42.5%

R = 40.21%
G = 17.29%
B = 42.5%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C153CC (or 0xC153CC) is known color: Fuchsia. HEX triplet: C1, 53 and CC. RGB value is (193,83,204). Sum of RGB (Red+Green+Blue) = 193+83+204=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #C153CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C153CC is #3EAC33. Grayscale: #818181. Windows color (decimal): -4107316 or 13390785. OLE color: 13390785.

HSL color Cylindrical-coordinate representation of color #C153CC: hue angle of 294.55º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C153CC is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 83 204 -
CMYK 0.05 0.59 0 0.2
HSL 294.55º 0.54% 0.56% -
HSV(B) 294.55º 0.59% 0.8% -
XYZ 35.98 21.88 59.45 -
YUV 129.68 169.94 173.16 -
System Red Green Blue C M Y K H S L
Decimal 193 83 204 0.05 0.59 0 0.2 294.55 0.54 0.56
Hex C1 53 CC 5 3B 0 14 127 36 38
Octal 301 123 314 5 73 0 24 447 66 70
Binary 11000001 1010011 11001100 101 111011 0 10100 100100111 110110 111000

Color Harmonies of #C153CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C153CC

Black with #C153CC

Text Example


Text Example

White with #C153CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C153CC; }

 p { color: rgb(193,83,204); }

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

background-color css

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

 a { background-color: rgb(193,83,204); }

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

border-color css

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

 span { border-color: rgb(193,83,204); }

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