Html Css Color HEX #CB44C2 Fuchsia

📋 copy color: '#CB44C2'

red 203 ◦ green 68 ◦ blue 194

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

Shades of Fuchsia #CB44C2

Tints of Fuchsia #CB44C2

RGB

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

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

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

R = 43.66%
G = 14.62%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CB44C2 (or 0xCB44C2) is known color: Fuchsia. HEX triplet: CB, 44 and C2. RGB value is (203,68,194). Sum of RGB (Red+Green+Blue) = 203+68+194=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB44C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB44C2 is #34BB3D. Grayscale: #7A7A7A. Windows color (decimal): -3455806 or 12731595. OLE color: 12731595.

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

Color convert

RGB 203 68 194 -
CMYK 0 0.67 0.04 0.20
HSL 304º 0.56% 0.53% -
HSV(B) 304º 0.67% 0.8% -
XYZ 36.43 20.73 53.12 -
YUV 122.73 168.23 185.25 -
System Red Green Blue C M Y K H S L
Decimal 203 68 194 0 0.67 0.04 0.20 304 0.56 0.53
Hex CB 44 C2 0 43 4 14 130 38 35
Octal 313 104 302 0 103 4 24 460 70 65
Binary 11001011 1000100 11000010 0 1000011 100 10100 100110000 111000 110101

Color Harmonies of #CB44C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB44C2

Black with #CB44C2

Text Example


Text Example

White with #CB44C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB44C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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