Html Css Color HEX #CB5FCB Fuchsia

📋 copy color: '#CB5FCB'

red 203 ◦ green 95 ◦ blue 203

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

Shades of Fuchsia #CB5FCB

Tints of Fuchsia #CB5FCB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.96%

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

R = 40.52%
G = 18.96%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB5FCB (or 0xCB5FCB) is known color: Fuchsia. HEX triplet: CB, 5F and CB. RGB value is (203,95,203). Sum of RGB (Red+Green+Blue) = 203+95+203=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB5FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5FCB is #34A034. Grayscale: #8B8B8B. Windows color (decimal): -3448885 or 13328331. OLE color: 13328331.

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

Color convert

RGB 203 95 203 -
CMYK 0 0.53 0 0.20
HSL 300º 0.51% 0.58% -
HSV(B) 300º 0.53% 0.8% -
XYZ 39.5 25.19 59.28 -
YUV 139.6 163.78 173.22 -
System Red Green Blue C M Y K H S L
Decimal 203 95 203 0 0.53 0 0.20 300 0.51 0.58
Hex CB 5F CB 0 35 0 14 12C 33 3A
Octal 313 137 313 0 65 0 24 454 63 72
Binary 11001011 1011111 11001011 0 110101 0 10100 100101100 110011 111010

Color Harmonies of #CB5FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5FCB

Black with #CB5FCB

Text Example


Text Example

White with #CB5FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5FCB; }

 p { color: rgb(203,95,203); }

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

background-color css

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

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

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

border-color css

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

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

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