Html Css Color HEX #CB52CA Fuchsia

📋 copy color: '#CB52CA'

red 203 ◦ green 82 ◦ blue 202

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

Shades of Fuchsia #CB52CA

Tints of Fuchsia #CB52CA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.84%

 BLUE value IS 202 (79.3% from 255) = 41.48%

R = 41.68%
G = 16.84%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CB52CA (or 0xCB52CA) is known color: Fuchsia. HEX triplet: CB, 52 and CA. RGB value is (203,82,202). Sum of RGB (Red+Green+Blue) = 203+82+202=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB52CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB52CA is #34AD35. Grayscale: #838383. Windows color (decimal): -3452214 or 13259467. OLE color: 13259467.

HSL color Cylindrical-coordinate representation of color #CB52CA: hue angle of 300.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB52CA is Cyan = 0, Magento = 0.60, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 82 202 -
CMYK 0 0.60 0.00 0.20
HSL 300.5º 0.54% 0.56% -
HSV(B) 300.5º 0.6% 0.8% -
XYZ 38.31 23 58.3 -
YUV 131.86 167.59 178.74 -
System Red Green Blue C M Y K H S L
Decimal 203 82 202 0 0.60 0.00 0.20 300.5 0.54 0.56
Hex CB 52 CA 0 3C 0 14 12C 36 38
Octal 313 122 312 0 74 0 24 454 66 70
Binary 11001011 1010010 11001010 0 111100 0 10100 100101100 110110 111000

Color Harmonies of #CB52CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB52CA

Black with #CB52CA

Text Example


Text Example

White with #CB52CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB52CA; }

 p { color: rgb(203,82,202); }

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

background-color css

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

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

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

border-color css

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

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

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