Html Css Color HEX #CB53CC Fuchsia

📋 copy color: '#CB53CC'

red 203 ◦ green 83 ◦ blue 204

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

Shades of Fuchsia #CB53CC

Tints of Fuchsia #CB53CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.63%

R = 41.43%
G = 16.94%
B = 41.63%

CMYK

 C value IS 0.00

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB53CC (or 0xCB53CC) is known color: Fuchsia. HEX triplet: CB, 53 and CC. RGB value is (203,83,204). Sum of RGB (Red+Green+Blue) = 203+83+204=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 83 (32.81% from 255 or 16.94% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB53CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB53CC is #34AC33. Grayscale: #848484. Windows color (decimal): -3451956 or 13390795. OLE color: 13390795.

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

Color convert

RGB 203 83 204 -
CMYK 0.00 0.59 0 0.2
HSL 299.5º 0.54% 0.56% -
HSV(B) 299.5º 0.59% 0.8% -
XYZ 38.62 23.24 59.58 -
YUV 132.67 168.26 178.16 -
System Red Green Blue C M Y K H S L
Decimal 203 83 204 0.00 0.59 0 0.2 299.5 0.54 0.56
Hex CB 53 CC 0 3B 0 14 12C 36 38
Octal 313 123 314 0 73 0 24 454 66 70
Binary 11001011 1010011 11001100 0 111011 0 10100 100101100 110110 111000

Color Harmonies of #CB53CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB53CC

Black with #CB53CC

Text Example


Text Example

White with #CB53CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB53CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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