Html Css Color HEX #CB5AC2 Fuchsia

📋 copy color: '#CB5AC2'

red 203 ◦ green 90 ◦ blue 194

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

Shades of Fuchsia #CB5AC2

Tints of Fuchsia #CB5AC2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.48%

 BLUE value IS 194 (76.17% from 255) = 39.84%

R = 41.68%
G = 18.48%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CB5AC2 (or 0xCB5AC2) is known color: Fuchsia. HEX triplet: CB, 5A and C2. RGB value is (203,90,194). Sum of RGB (Red+Green+Blue) = 203+90+194=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5AC2 is #34A53D. Grayscale: #878787. Windows color (decimal): -3450174 or 12737227. OLE color: 12737227.

HSL color Cylindrical-coordinate representation of color #CB5AC2: hue angle of 304.78º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB5AC2 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 90 194 -
CMYK 0 0.56 0.04 0.20
HSL 304.78º 0.52% 0.57% -
HSV(B) 304.78º 0.56% 0.8% -
XYZ 38.02 23.9 53.65 -
YUV 135.64 160.94 176.04 -
System Red Green Blue C M Y K H S L
Decimal 203 90 194 0 0.56 0.04 0.20 304.78 0.52 0.57
Hex CB 5A C2 0 38 4 14 131 34 39
Octal 313 132 302 0 70 4 24 461 64 71
Binary 11001011 1011010 11000010 0 111000 100 10100 100110001 110100 111001

Color Harmonies of #CB5AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5AC2

Black with #CB5AC2

Text Example


Text Example

White with #CB5AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5AC2; }

 p { color: rgb(203,90,194); }

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

background-color css

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

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

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

border-color css

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

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

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