Html Css Color HEX #CB41CA Fuchsia

📋 copy color: '#CB41CA'

red 203 ◦ green 65 ◦ blue 202

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

Shades of Fuchsia #CB41CA

Tints of Fuchsia #CB41CA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.83%

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

R = 43.19%
G = 13.83%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CB41CA (or 0xCB41CA) is known color: Fuchsia. HEX triplet: CB, 41 and CA. RGB value is (203,65,202). Sum of RGB (Red+Green+Blue) = 203+65+202=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB41CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB41CA is #34BE35. Grayscale: #797979. Windows color (decimal): -3456566 or 13255115. OLE color: 13255115.

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

Color convert

RGB 203 65 202 -
CMYK 0 0.68 0.00 0.20
HSL 300.43º 0.57% 0.53% -
HSV(B) 300.43º 0.68% 0.8% -
XYZ 37.18 20.74 57.92 -
YUV 121.88 173.22 185.86 -
System Red Green Blue C M Y K H S L
Decimal 203 65 202 0 0.68 0.00 0.20 300.43 0.57 0.53
Hex CB 41 CA 0 44 0 14 12C 39 35
Octal 313 101 312 0 104 0 24 454 71 65
Binary 11001011 1000001 11001010 0 1000100 0 10100 100101100 111001 110101

Color Harmonies of #CB41CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB41CA

Black with #CB41CA

Text Example


Text Example

White with #CB41CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB41CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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