Html Css Color HEX #CB40C4 Fuchsia

📋 copy color: '#CB40C4'

red 203 ◦ green 64 ◦ blue 196

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

Shades of Fuchsia #CB40C4

Tints of Fuchsia #CB40C4

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.82%

 BLUE value IS 196 (76.95% from 255) = 42.33%

R = 43.84%
G = 13.82%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CB40C4 (or 0xCB40C4) is known color: Fuchsia. HEX triplet: CB, 40 and C4. RGB value is (203,64,196). Sum of RGB (Red+Green+Blue) = 203+64+196=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 196 (76.95% from 255 or 42.33% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB40C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB40C4 is #34BF3B. Grayscale: #787878. Windows color (decimal): -3456828 or 12861643. OLE color: 12861643.

HSL color Cylindrical-coordinate representation of color #CB40C4: hue angle of 303.02º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB40C4 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 64 196 -
CMYK 0 0.68 0.03 0.20
HSL 303.02º 0.57% 0.52% -
HSV(B) 303.02º 0.68% 0.8% -
XYZ 36.43 20.35 54.23 -
YUV 120.61 170.55 186.77 -
System Red Green Blue C M Y K H S L
Decimal 203 64 196 0 0.68 0.03 0.20 303.02 0.57 0.52
Hex CB 40 C4 0 44 3 14 12F 39 34
Octal 313 100 304 0 104 3 24 457 71 64
Binary 11001011 1000000 11000100 0 1000100 11 10100 100101111 111001 110100

Color Harmonies of #CB40C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB40C4

Black with #CB40C4

Text Example


Text Example

White with #CB40C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB40C4; }

 p { color: rgb(203,64,196); }

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

background-color css

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

 a { background-color: rgb(203,64,196); }

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

border-color css

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

 span { border-color: rgb(203,64,196); }

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