Html Css Color HEX #CB53C7 Fuchsia

📋 copy color: '#CB53C7'

red 203 ◦ green 83 ◦ blue 199

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

Shades of Fuchsia #CB53C7

Tints of Fuchsia #CB53C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.03%

R = 41.86%
G = 17.11%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CB53C7 (or 0xCB53C7) is known color: Fuchsia. HEX triplet: CB, 53 and C7. RGB value is (203,83,199). Sum of RGB (Red+Green+Blue) = 203+83+199=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 199 (78.12% from 255 or 41.03% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB53C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB53C7 is #34AC38. Grayscale: #838383. Windows color (decimal): -3451961 or 13063115. OLE color: 13063115.

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

Color convert

RGB 203 83 199 -
CMYK 0 0.59 0.02 0.20
HSL 302º 0.54% 0.56% -
HSV(B) 302º 0.59% 0.8% -
XYZ 38.03 23.01 56.47 -
YUV 132.1 165.76 178.57 -
System Red Green Blue C M Y K H S L
Decimal 203 83 199 0 0.59 0.02 0.20 302 0.54 0.56
Hex CB 53 C7 0 3B 2 14 12E 36 38
Octal 313 123 307 0 73 2 24 456 66 70
Binary 11001011 1010011 11000111 0 111011 10 10100 100101110 110110 111000

Color Harmonies of #CB53C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB53C7

Black with #CB53C7

Text Example


Text Example

White with #CB53C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB53C7; }

 p { color: rgb(203,83,199); }

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

background-color css

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

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

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

border-color css

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

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

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