Html Css Color HEX #CB43C1 Fuchsia

📋 copy color: '#CB43C1'

red 203 ◦ green 67 ◦ blue 193

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

Shades of Fuchsia #CB43C1

Tints of Fuchsia #CB43C1

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.47%

 BLUE value IS 193 (75.78% from 255) = 41.68%

R = 43.84%
G = 14.47%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CB43C1 (or 0xCB43C1) is known color: Fuchsia. HEX triplet: CB, 43 and C1. RGB value is (203,67,193). Sum of RGB (Red+Green+Blue) = 203+67+193=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 67 (26.56% from 255 or 14.47% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB43C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB43C1 is #34BC3E. Grayscale: #797979. Windows color (decimal): -3456063 or 12665803. OLE color: 12665803.

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

Color convert

RGB 203 67 193 -
CMYK 0 0.67 0.05 0.20
HSL 304.41º 0.57% 0.53% -
HSV(B) 304.41º 0.67% 0.8% -
XYZ 36.26 20.56 52.51 -
YUV 122.03 168.06 185.75 -
System Red Green Blue C M Y K H S L
Decimal 203 67 193 0 0.67 0.05 0.20 304.41 0.57 0.53
Hex CB 43 C1 0 43 5 14 130 39 35
Octal 313 103 301 0 103 5 24 460 71 65
Binary 11001011 1000011 11000001 0 1000011 101 10100 100110000 111001 110101

Color Harmonies of #CB43C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB43C1

Black with #CB43C1

Text Example


Text Example

White with #CB43C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB43C1; }

 p { color: rgb(203,67,193); }

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

background-color css

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

 a { background-color: rgb(203,67,193); }

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

border-color css

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

 span { border-color: rgb(203,67,193); }

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