Html Css Color HEX #CB5CC3 Fuchsia

📋 copy color: '#CB5CC3'

red 203 ◦ green 92 ◦ blue 195

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

Shades of Fuchsia #CB5CC3

Tints of Fuchsia #CB5CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.8%

R = 41.43%
G = 18.78%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CB5CC3 (or 0xCB5CC3) is known color: Fuchsia. HEX triplet: CB, 5C and C3. RGB value is (203,92,195). Sum of RGB (Red+Green+Blue) = 203+92+195=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5CC3 is #34A33C. Grayscale: #888888. Windows color (decimal): -3449661 or 12803275. OLE color: 12803275.

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

Color convert

RGB 203 92 195 -
CMYK 0 0.55 0.04 0.20
HSL 304.32º 0.52% 0.58% -
HSV(B) 304.32º 0.55% 0.8% -
XYZ 38.31 24.29 54.3 -
YUV 136.93 160.77 175.12 -
System Red Green Blue C M Y K H S L
Decimal 203 92 195 0 0.55 0.04 0.20 304.32 0.52 0.58
Hex CB 5C C3 0 37 4 14 130 34 3A
Octal 313 134 303 0 67 4 24 460 64 72
Binary 11001011 1011100 11000011 0 110111 100 10100 100110000 110100 111010

Color Harmonies of #CB5CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5CC3

Black with #CB5CC3

Text Example


Text Example

White with #CB5CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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