Html Css Color HEX #CB41CC Fuchsia

📋 copy color: '#CB41CC'

red 203 ◦ green 65 ◦ blue 204

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

Shades of Fuchsia #CB41CC

Tints of Fuchsia #CB41CC

RGB

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

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

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

R = 43.01%
G = 13.77%
B = 43.22%

CMYK

 C value IS 0.00

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB41CC (or 0xCB41CC) is known color: Fuchsia. HEX triplet: CB, 41 and CC. RGB value is (203,65,204). Sum of RGB (Red+Green+Blue) = 203+65+204=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB41CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB41CC is #34BE33. Grayscale: #797979. Windows color (decimal): -3456564 or 13386187. OLE color: 13386187.

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

Color convert

RGB 203 65 204 -
CMYK 0.00 0.68 0 0.2
HSL 299.57º 0.58% 0.53% -
HSV(B) 299.57º 0.68% 0.8% -
XYZ 37.42 20.84 59.18 -
YUV 122.11 174.22 185.7 -
System Red Green Blue C M Y K H S L
Decimal 203 65 204 0.00 0.68 0 0.2 299.57 0.58 0.53
Hex CB 41 CC 0 44 0 14 12C 3A 35
Octal 313 101 314 0 104 0 24 454 72 65
Binary 11001011 1000001 11001100 0 1000100 0 10100 100101100 111010 110101

Color Harmonies of #CB41CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB41CC

Black with #CB41CC

Text Example


Text Example

White with #CB41CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB41CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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