Html Css Color HEX #CB5CC5 Fuchsia

📋 copy color: '#CB5CC5'

red 203 ◦ green 92 ◦ blue 197

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

Shades of Fuchsia #CB5CC5

Tints of Fuchsia #CB5CC5

RGB

 RED value IS 203 (79.69% from 255) = 41.26%

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

 BLUE value IS 197 (77.34% from 255) = 40.04%

R = 41.26%
G = 18.7%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CB5CC5 (or 0xCB5CC5) is known color: Fuchsia. HEX triplet: CB, 5C and C5. RGB value is (203,92,197). Sum of RGB (Red+Green+Blue) = 203+92+197=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5CC5 is #34A33A. Grayscale: #888888. Windows color (decimal): -3449659 or 12934347. OLE color: 12934347.

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

Color convert

RGB 203 92 197 -
CMYK 0 0.55 0.03 0.20
HSL 303.24º 0.52% 0.58% -
HSV(B) 303.24º 0.55% 0.8% -
XYZ 38.53 24.38 55.5 -
YUV 137.16 161.77 174.96 -
System Red Green Blue C M Y K H S L
Decimal 203 92 197 0 0.55 0.03 0.20 303.24 0.52 0.58
Hex CB 5C C5 0 37 3 14 12F 34 3A
Octal 313 134 305 0 67 3 24 457 64 72
Binary 11001011 1011100 11000101 0 110111 11 10100 100101111 110100 111010

Color Harmonies of #CB5CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5CC5

Black with #CB5CC5

Text Example


Text Example

White with #CB5CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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