Html Css Color HEX #CB51C2 Fuchsia

📋 copy color: '#CB51C2'

red 203 ◦ green 81 ◦ blue 194

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

Shades of Fuchsia #CB51C2

Tints of Fuchsia #CB51C2

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.95%

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

R = 42.47%
G = 16.95%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CB51C2 (or 0xCB51C2) is known color: Fuchsia. HEX triplet: CB, 51 and C2. RGB value is (203,81,194). Sum of RGB (Red+Green+Blue) = 203+81+194=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 194 (76.17% from 255 or 40.59% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB51C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB51C2 is #34AE3D. Grayscale: #828282. Windows color (decimal): -3452478 or 12734923. OLE color: 12734923.

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

Color convert

RGB 203 81 194 -
CMYK 0 0.60 0.04 0.20
HSL 304.43º 0.54% 0.56% -
HSV(B) 304.43º 0.6% 0.8% -
XYZ 37.31 22.48 53.41 -
YUV 130.36 163.92 179.81 -
System Red Green Blue C M Y K H S L
Decimal 203 81 194 0 0.60 0.04 0.20 304.43 0.54 0.56
Hex CB 51 C2 0 3C 4 14 130 36 38
Octal 313 121 302 0 74 4 24 460 66 70
Binary 11001011 1010001 11000010 0 111100 100 10100 100110000 110110 111000

Color Harmonies of #CB51C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB51C2

Black with #CB51C2

Text Example


Text Example

White with #CB51C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB51C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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