Html Css Color HEX #CB4CD1 Fuchsia

📋 copy color: '#CB4CD1'

red 203 ◦ green 76 ◦ blue 209

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

Shades of Fuchsia #CB4CD1

Tints of Fuchsia #CB4CD1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.57%

 BLUE value IS 209 (82.03% from 255) = 42.83%

R = 41.6%
G = 15.57%
B = 42.83%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CB4CD1 (or 0xCB4CD1) is known color: Fuchsia. HEX triplet: CB, 4C and D1. RGB value is (203,76,209). Sum of RGB (Red+Green+Blue) = 203+76+209=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB4CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4CD1 is #34B32E. Grayscale: #808080. Windows color (decimal): -3453743 or 13716683. OLE color: 13716683.

HSL color Cylindrical-coordinate representation of color #CB4CD1: hue angle of 297.29º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4CD1 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 76 209 -
CMYK 0.03 0.64 0 0.18
HSL 297.29º 0.59% 0.56% -
HSV(B) 297.29º 0.64% 0.82% -
XYZ 38.72 22.47 62.62 -
YUV 129.14 173.08 180.69 -
System Red Green Blue C M Y K H S L
Decimal 203 76 209 0.03 0.64 0 0.18 297.29 0.59 0.56
Hex CB 4C D1 3 40 0 12 129 3B 38
Octal 313 114 321 3 100 0 22 451 73 70
Binary 11001011 1001100 11010001 11 1000000 0 10010 100101001 111011 111000

Color Harmonies of #CB4CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4CD1

Black with #CB4CD1

Text Example


Text Example

White with #CB4CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4CD1; }

 p { color: rgb(203,76,209); }

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

background-color css

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

 a { background-color: rgb(203,76,209); }

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

border-color css

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

 span { border-color: rgb(203,76,209); }

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