Html Css Color HEX #CB41C7 Fuchsia

📋 copy color: '#CB41C7'

red 203 ◦ green 65 ◦ blue 199

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

Shades of Fuchsia #CB41C7

Tints of Fuchsia #CB41C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.61%

R = 43.47%
G = 13.92%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CB41C7 (or 0xCB41C7) is known color: Fuchsia. HEX triplet: CB, 41 and C7. RGB value is (203,65,199). Sum of RGB (Red+Green+Blue) = 203+65+199=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 199 (78.12% from 255 or 42.61% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB41C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB41C7 is #34BE38. Grayscale: #797979. Windows color (decimal): -3456569 or 13058507. OLE color: 13058507.

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

Color convert

RGB 203 65 199 -
CMYK 0 0.68 0.02 0.20
HSL 301.74º 0.57% 0.53% -
HSV(B) 301.74º 0.68% 0.8% -
XYZ 36.83 20.6 56.07 -
YUV 121.54 171.72 186.1 -
System Red Green Blue C M Y K H S L
Decimal 203 65 199 0 0.68 0.02 0.20 301.74 0.57 0.53
Hex CB 41 C7 0 44 2 14 12E 39 35
Octal 313 101 307 0 104 2 24 456 71 65
Binary 11001011 1000001 11000111 0 1000100 10 10100 100101110 111001 110101

Color Harmonies of #CB41C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB41C7

Black with #CB41C7

Text Example


Text Example

White with #CB41C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB41C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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