Html Css Color HEX #C10CFB Electric Purple

📋 copy color: '#C10CFB'

red 193 ◦ green 12 ◦ blue 251

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

Shades of Electric Purple #C10CFB

Tints of Electric Purple #C10CFB

RGB

 RED value IS 193 (75.78% from 255) = 42.32%

 GREEN value IS 12 (5.08% from 255) = 2.63%

 BLUE value IS 251 (98.44% from 255) = 55.04%

R = 42.32%
G = 2.63%
B = 55.04%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C10CFB (or 0xC10CFB) is known color: Electric Purple. HEX triplet: C1, 0C and FB. RGB value is (193,12,251). Sum of RGB (Red+Green+Blue) = 193+12+251=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 12 (5.08% from 255 or 2.63% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #C10CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10CFB is #3EF304. Grayscale: #5C5C5C. Windows color (decimal): -4125445 or 16452801. OLE color: 16452801.

HSL color Cylindrical-coordinate representation of color #C10CFB: hue angle of 285.44º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10CFB is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 12 251 -
CMYK 0.23 0.95 0 0.02
HSL 285.44º 0.97% 0.52% -
HSV(B) 285.44º 0.95% 0.98% -
XYZ 39.54 18.57 92.77 -
YUV 93.37 216.97 199.07 -
System Red Green Blue C M Y K H S L
Decimal 193 12 251 0.23 0.95 0 0.02 285.44 0.97 0.52
Hex C1 C FB 17 5F 0 2 11D 61 34
Octal 301 14 373 27 137 0 2 435 141 64
Binary 11000001 1100 11111011 10111 1011111 0 10 100011101 1100001 110100

Color Harmonies of #C10CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10CFB

Black with #C10CFB

Text Example


Text Example

White with #C10CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10CFB; }

 p { color: rgb(193,12,251); }

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

background-color css

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

 a { background-color: rgb(193,12,251); }

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

border-color css

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

 span { border-color: rgb(193,12,251); }

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