Html Css Color HEX #CB44C6 Fuchsia

📋 copy color: '#CB44C6'

red 203 ◦ green 68 ◦ blue 198

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

Shades of Fuchsia #CB44C6

Tints of Fuchsia #CB44C6

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.5%

 BLUE value IS 198 (77.73% from 255) = 42.22%

R = 43.28%
G = 14.5%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CB44C6 (or 0xCB44C6) is known color: Fuchsia. HEX triplet: CB, 44 and C6. RGB value is (203,68,198). Sum of RGB (Red+Green+Blue) = 203+68+198=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CB44C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB44C6 is #34BB39. Grayscale: #7A7A7A. Windows color (decimal): -3455802 or 12993739. OLE color: 12993739.

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

Color convert

RGB 203 68 198 -
CMYK 0 0.67 0.02 0.20
HSL 302.22º 0.56% 0.53% -
HSV(B) 302.22º 0.67% 0.8% -
XYZ 36.89 20.91 55.52 -
YUV 123.19 170.23 184.93 -
System Red Green Blue C M Y K H S L
Decimal 203 68 198 0 0.67 0.02 0.20 302.22 0.56 0.53
Hex CB 44 C6 0 43 2 14 12E 38 35
Octal 313 104 306 0 103 2 24 456 70 65
Binary 11001011 1000100 11000110 0 1000011 10 10100 100101110 111000 110101

Color Harmonies of #CB44C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB44C6

Black with #CB44C6

Text Example


Text Example

White with #CB44C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB44C6; }

 p { color: rgb(203,68,198); }

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

background-color css

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

 a { background-color: rgb(203,68,198); }

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

border-color css

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

 span { border-color: rgb(203,68,198); }

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