Html Css Color HEX #CB46C7 Fuchsia

📋 copy color: '#CB46C7'

red 203 ◦ green 70 ◦ blue 199

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

Shades of Fuchsia #CB46C7

Tints of Fuchsia #CB46C7

RGB

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

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

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

R = 43.01%
G = 14.83%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CB46C7 (or 0xCB46C7) is known color: Fuchsia. HEX triplet: CB, 46 and C7. RGB value is (203,70,199). Sum of RGB (Red+Green+Blue) = 203+70+199=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 70 (27.73% from 255 or 14.83% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CB46C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB46C7 is #34B938. Grayscale: #7C7C7C. Windows color (decimal): -3455289 or 13059787. OLE color: 13059787.

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

Color convert

RGB 203 70 199 -
CMYK 0 0.66 0.02 0.20
HSL 301.8º 0.56% 0.54% -
HSV(B) 301.8º 0.66% 0.8% -
XYZ 37.13 21.2 56.17 -
YUV 124.47 170.06 184.01 -
System Red Green Blue C M Y K H S L
Decimal 203 70 199 0 0.66 0.02 0.20 301.8 0.56 0.54
Hex CB 46 C7 0 42 2 14 12E 38 36
Octal 313 106 307 0 102 2 24 456 70 66
Binary 11001011 1000110 11000111 0 1000010 10 10100 100101110 111000 110110

Color Harmonies of #CB46C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB46C7

Black with #CB46C7

Text Example


Text Example

White with #CB46C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB46C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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