Html Css Color HEX #CB46C9 Fuchsia

📋 copy color: '#CB46C9'

red 203 ◦ green 70 ◦ blue 201

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

Shades of Fuchsia #CB46C9

Tints of Fuchsia #CB46C9

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.77%

 BLUE value IS 201 (78.91% from 255) = 42.41%

R = 42.83%
G = 14.77%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CB46C9 (or 0xCB46C9) is known color: Fuchsia. HEX triplet: CB, 46 and C9. RGB value is (203,70,201). Sum of RGB (Red+Green+Blue) = 203+70+201=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 70 (27.73% from 255 or 14.77% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CB46C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB46C9 is #34B936. Grayscale: #7C7C7C. Windows color (decimal): -3455287 or 13190859. OLE color: 13190859.

HSL color Cylindrical-coordinate representation of color #CB46C9: hue angle of 300.9º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB46C9 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 70 201 -
CMYK 0 0.66 0.01 0.20
HSL 300.9º 0.56% 0.54% -
HSV(B) 300.9º 0.66% 0.8% -
XYZ 37.36 21.29 57.4 -
YUV 124.7 171.06 183.85 -
System Red Green Blue C M Y K H S L
Decimal 203 70 201 0 0.66 0.01 0.20 300.9 0.56 0.54
Hex CB 46 C9 0 42 1 14 12D 38 36
Octal 313 106 311 0 102 1 24 455 70 66
Binary 11001011 1000110 11001001 0 1000010 1 10100 100101101 111000 110110

Color Harmonies of #CB46C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB46C9

Black with #CB46C9

Text Example


Text Example

White with #CB46C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB46C9; }

 p { color: rgb(203,70,201); }

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

background-color css

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

 a { background-color: rgb(203,70,201); }

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

border-color css

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

 span { border-color: rgb(203,70,201); }

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