Html Css Color HEX #CB41C2 Fuchsia

📋 copy color: '#CB41C2'

red 203 ◦ green 65 ◦ blue 194

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

Shades of Fuchsia #CB41C2

Tints of Fuchsia #CB41C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.99%

R = 43.94%
G = 14.07%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CB41C2 (or 0xCB41C2) is known color: Fuchsia. HEX triplet: CB, 41 and C2. RGB value is (203,65,194). Sum of RGB (Red+Green+Blue) = 203+65+194=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 65 (25.78% from 255 or 14.07% from 462); Blue value is 194 (76.17% from 255 or 41.99% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB41C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB41C2 is #34BE3D. Grayscale: #787878. Windows color (decimal): -3456574 or 12730827. OLE color: 12730827.

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

Color convert

RGB 203 65 194 -
CMYK 0 0.68 0.04 0.20
HSL 303.91º 0.57% 0.53% -
HSV(B) 303.91º 0.68% 0.8% -
XYZ 36.26 20.37 53.06 -
YUV 120.97 169.22 186.51 -
System Red Green Blue C M Y K H S L
Decimal 203 65 194 0 0.68 0.04 0.20 303.91 0.57 0.53
Hex CB 41 C2 0 44 4 14 130 39 35
Octal 313 101 302 0 104 4 24 460 71 65
Binary 11001011 1000001 11000010 0 1000100 100 10100 100110000 111001 110101

Color Harmonies of #CB41C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB41C2

Black with #CB41C2

Text Example


Text Example

White with #CB41C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB41C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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