Html Css Color HEX #CB41C4 Fuchsia

📋 copy color: '#CB41C4'

red 203 ◦ green 65 ◦ blue 196

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

Shades of Fuchsia #CB41C4

Tints of Fuchsia #CB41C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.24%

R = 43.75%
G = 14.01%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CB41C4 (or 0xCB41C4) is known color: Fuchsia. HEX triplet: CB, 41 and C4. RGB value is (203,65,196). Sum of RGB (Red+Green+Blue) = 203+65+196=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CB41C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB41C4 is #34BE3B. Grayscale: #787878. Windows color (decimal): -3456572 or 12861899. OLE color: 12861899.

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

Color convert

RGB 203 65 196 -
CMYK 0 0.68 0.03 0.20
HSL 303.04º 0.57% 0.53% -
HSV(B) 303.04º 0.68% 0.8% -
XYZ 36.48 20.46 54.25 -
YUV 121.2 170.22 186.35 -
System Red Green Blue C M Y K H S L
Decimal 203 65 196 0 0.68 0.03 0.20 303.04 0.57 0.53
Hex CB 41 C4 0 44 3 14 12F 39 35
Octal 313 101 304 0 104 3 24 457 71 65
Binary 11001011 1000001 11000100 0 1000100 11 10100 100101111 111001 110101

Color Harmonies of #CB41C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB41C4

Black with #CB41C4

Text Example


Text Example

White with #CB41C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB41C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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